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 626dd6f commit 3a908adCopy full SHA for 3a908ad
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
t/002_dtmbench.pl
0 commit comments