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 14d9fda commit df76856Copy full SHA for df76856
contrib/mmts/Makefile
@@ -3,15 +3,14 @@ OBJS = multimaster.o raftable.o arbiter.o bytebuf.o bgwpool.o pglogical_output.o
3
4
override CPPFLAGS += -I../raftable
5
6
-#SCRIPTS_built = tests/dtmbench
7
EXTRA_INSTALL = contrib/raftable contrib/mmts
8
9
EXTENSION = multimaster
10
DATA = multimaster--1.0.sql
11
12
.PHONY: all
13
14
-all: multimaster.so #tests/dtmbench
+all: multimaster.so
15
16
tests/dtmbench:
17
make -C tests
contrib/mmts/t/002_dtmbench.pl
0 commit comments