Skip to content

Commit 522f183

Browse files
knizhnikkelvich
authored andcommitted
switch on 2PC
1 parent 5da15b1 commit 522f183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multimaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ _PG_init(void)
881881
"Use two phase commit",
882882
"Replace normal commit with two phase commit",
883883
&MtmUse2PC,
884-
false,
884+
true,
885885
PGC_BACKEND,
886886
0,
887887
NULL,

0 commit comments

Comments
 (0)