]> granicus.if.org Git - postgresql/blobdiff - src/backend/access/hash/Makefile
hash: Add write-ahead logging support.
[postgresql] / src / backend / access / hash / Makefile
index e2e7e91493198df567a8457cb4ab6ec7742ea4d6..b154569b46504ae28d3096f10c8aad0cbe973568 100644 (file)
@@ -13,6 +13,6 @@ top_builddir = ../../../..
 include $(top_builddir)/src/Makefile.global
 
 OBJS = hash.o hashfunc.o hashinsert.o hashovfl.o hashpage.o hashsearch.o \
-       hashsort.o hashutil.o hashvalidate.o
+       hashsort.o hashutil.o hashvalidate.o hash_xlog.o
 
 include $(top_srcdir)/src/backend/common.mk