Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit efc0c61

Browse files
committed
no more synchronous_twophase mode
1 parent 656c21d commit efc0c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pglogical_receiver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ pglogical_receiver_main(Datum main_arg)
305305
// synchronous_twophase = false;
306306
// else
307307
// synchronous_twophase = true;
308-
synchronous_twophase = true;
308+
// synchronous_twophase = true;
309309

310310
if (mode == REPLMODE_EXIT)
311311
{

0 commit comments

Comments
 (0)