We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e046e6 commit 8c0d7baCopy full SHA for 8c0d7ba
src/backend/lib/Makefile
@@ -12,7 +12,7 @@ subdir = src/backend/lib
12
top_builddir = ../../..
13
include $(top_builddir)/src/Makefile.global
14
15
-OBJS = binaryheap.o bipartite_match.o hyperloglog.o ilist.o knapsack.o \
16
- pairingheap.o rbtree.o stringinfo.o
+OBJS = binaryheap.o bipartite_match.o dshash.o hyperloglog.o ilist.o \
+ knapsack.o pairingheap.o rbtree.o stringinfo.o
17
18
include $(top_srcdir)/src/backend/common.mk
0 commit comments