Skip to content

Commit 6974744

Browse files
committed
set shared_preload_libraries = 'pg_dtm' explicitly
1 parent 4599f99 commit 6974744

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ echo 'dtm.node_id = 1' >> ./install/data2/postgresql.conf
3131
echo 'autovacuum = off' >> ./install/data1/postgresql.conf
3232
echo 'autovacuum = off' >> ./install/data2/postgresql.conf
3333

34+
echo "shared_preload_libraries = 'pg_dtm'" >> ./install/data1/postgresql.conf
35+
echo "shared_preload_libraries = 'pg_dtm'" >> ./install/data2/postgresql.conf
36+
37+
3438
./install/bin/pg_ctl -D ./install/data1 -l ./install/data1/log start
3539
./install/bin/pg_ctl -D ./install/data2 -l ./install/data2/log start
3640

0 commit comments

Comments
 (0)