Content-Length: 281728 | pFad | http://github.com/postgrespro/postgres_cluster/commit/10ca191bd99bd74825e7ec976b75db9bb46de389
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 0d82adc commit 10ca191Copy full SHA for 10ca191
contrib/mmts/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
contrib/mmts/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
);
Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/10ca191bd99bd74825e7ec976b75db9bb46de389
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments