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;
4949/* GUC variables */
5050static char * receiver_database ;
5151static int receiver_idle_time = 1 ;
52- static bool receiver_sync_mode = true ;
52+ static bool receiver_sync_mode = false ;
5353
5454/* Worker name */
5555static 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
33ulimit -c unlimited
44pkill -9 postgres
55pkill -9 dtmd
6- rm -fr node ? * .log dtm
7- mkdir dtm
6+ sleep 2
7+ rm -fr node ? * .log dtm/ *
88conn_str=" "
99sep=" "
1010for (( 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
33ulimit -c unlimited
44pkill -9 postgres
55pkill -9 dtmd
6- rm -fr node ? * .log dtm
7- mkdir dtm
6+ sleep 2
7+ rm -fr node ? * .log dtm/ *
88conn_str=" "
99sep=" "
1010for (( i= 1 ;i<= n_nodes;i++ ))
You can’t perform that action at this time.
0 commit comments