Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ba886d5

Browse files
kvapkelvich
authored andcommitted
Add extra-install and shared-preload into Makefile and TAP tests.
1 parent 8f39700 commit ba886d5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ OBJS = multimaster.o arbiter.o bytebuf.o bgwpool.o pglogical_output.o pglogical_
33

44
override CPPFLAGS += -I../raftable
55

6+
EXTRA_INSTALL = contrib/raftable contrib/mmts
7+
68
EXTENSION = multimaster
79
DATA = multimaster--1.0.sql
810

t/001_basic_recovery.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sub PostgresNode::inet_connstr {
3636
max_wal_senders = 10
3737
max_replication_slots = 10
3838
wal_level = logical
39-
shared_preload_libraries = 'multimaster'
39+
shared_preload_libraries = 'raftable,multimaster'
4040
multimaster.workers=4
4141
multimaster.queue_size=10485760 # 10mb
4242
);

0 commit comments

Comments
 (0)