File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ static volatile sig_atomic_t got_sighup = false;
49
49
/* GUC variables */
50
50
static char * receiver_database ;
51
51
static int receiver_idle_time = 1 ;
52
- static bool receiver_sync_mode = true ;
52
+ static bool receiver_sync_mode = false ;
53
53
54
54
/* Worker name */
55
55
static char * worker_name = "multimaster" ;
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ export PATH=/home/knizhnik/postgrespro/cluster_install/bin/:$PATH
3
3
ulimit -c unlimited
4
4
pkill -9 postgres
5
5
pkill -9 dtmd
6
- rm -fr node ? * .log dtm
7
- mkdir dtm
6
+ sleep 2
7
+ rm -fr node ? * .log dtm/ *
8
8
conn_str=" "
9
9
sep=" "
10
10
for (( i= 1 ;i<= n_nodes;i++ ))
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ export PATH=/home/knizhnik/postgrespro/cluster_install/bin/:$PATH
3
3
ulimit -c unlimited
4
4
pkill -9 postgres
5
5
pkill -9 dtmd
6
- rm -fr node ? * .log dtm
7
- mkdir dtm
6
+ sleep 2
7
+ rm -fr node ? * .log dtm/ *
8
8
conn_str=" "
9
9
sep=" "
10
10
for (( i= 1 ;i<= n_nodes;i++ ))
You can’t perform that action at this time.
0 commit comments