Skip to content

Commit 7cff811

Browse files
committed
switch on 2PC
1 parent 8c1b0b7 commit 7cff811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mmts/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)