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 8f39700 commit ba886d5Copy full SHA for ba886d5
Makefile
@@ -3,6 +3,8 @@ OBJS = multimaster.o arbiter.o bytebuf.o bgwpool.o pglogical_output.o pglogical_
3
4
override CPPFLAGS += -I../raftable
5
6
+EXTRA_INSTALL = contrib/raftable contrib/mmts
7
+
8
EXTENSION = multimaster
9
DATA = multimaster--1.0.sql
10
t/001_basic_recovery.pl
@@ -36,7 +36,7 @@ sub PostgresNode::inet_connstr {
36
max_wal_senders = 10
37
max_replication_slots = 10
38
wal_level = logical
39
- shared_preload_libraries = 'multimaster'
+ shared_preload_libraries = 'raftable,multimaster'
40
multimaster.workers=4
41
multimaster.queue_size=10485760 # 10mb
42
);
0 commit comments