Skip to content

Commit 7cacd2b

Browse files
committed
Update reinit-mm.sh
1 parent 9a51193 commit 7cacd2b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

contrib/bdr/receiver_raw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ static volatile sig_atomic_t got_sighup = false;
4949
/* GUC variables */
5050
static char *receiver_database;
5151
static int receiver_idle_time = 1;
52-
static bool receiver_sync_mode = true;
52+
static bool receiver_sync_mode = false;
5353

5454
/* Worker name */
5555
static char *worker_name = "multimaster";

contrib/bdr/tests/reinit-mm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ export PATH=/home/knizhnik/postgrespro/cluster_install/bin/:$PATH
33
ulimit -c unlimited
44
pkill -9 postgres
55
pkill -9 dtmd
6-
rm -fr node? *.log dtm
7-
mkdir dtm
6+
sleep 2
7+
rm -fr node? *.log dtm/*
88
conn_str=""
99
sep=""
1010
for ((i=1;i<=n_nodes;i++))

contrib/multimaster/tests/reinit-mm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ export PATH=/home/knizhnik/postgrespro/cluster_install/bin/:$PATH
33
ulimit -c unlimited
44
pkill -9 postgres
55
pkill -9 dtmd
6-
rm -fr node? *.log dtm
7-
mkdir dtm
6+
sleep 2
7+
rm -fr node? *.log dtm/*
88
conn_str=""
99
sep=""
1010
for ((i=1;i<=n_nodes;i++))

0 commit comments

Comments
 (0)