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 ec735a5 commit dcee1a8Copy full SHA for dcee1a8
tests/reinit-mm.sh
@@ -3,8 +3,10 @@ USER=`whoami`
3
BASEDIR=$CURPATH/../../..
4
export PATH=$BASEDIR/tmp_install/usr/local/pgsql/bin/:$PATH
5
export DESTDIR=$BASEDIR/tmp_install
6
+export PGHOST=127.0.0.1
7
+export LD_LIBRARY_PATH=$BASEDIR/tmp_install/usr/local/pgsql/lib/:$LD_LIBRARY_PATH
8
-n_nodes=2
9
+n_nodes=3
10
ulimit -c unlimited
11
pkill -9 postgres
12
@@ -75,6 +77,7 @@ do
75
77
multimaster.arbiter_port = $arbiter_port
76
78
multimaster.max_recovery_lag = 30GB
79
multimaster.referee_connstring = 'dbname=$USER host=127.0.0.1 port=5440 sslmode=disable'
80
+ #multimaster.preserve_commit_order=false
81
SQL
82
cp pg_hba.conf tmp_check/node$i
83
pg_ctl -w -D tmp_check/node$i -l node$i.log start
0 commit comments