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

Commit 25c4142

Browse files
committed
Disable synchronous commit check
1 parent 85f5e94 commit 25c4142

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/mmts/multimaster.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2245,9 +2245,11 @@ _PG_init(void)
22452245
if (DefaultXactIsoLevel != XACT_REPEATABLE_READ) {
22462246
elog(ERROR, "Multimaster requires repeatable read default isolation level");
22472247
}
2248+
#if 0
22482249
if (synchronous_commit != SYNCHRONOUS_COMMIT_ON) {
22492250
elog(ERROR, "Multimaster requires synchronous commit on");
22502251
}
2252+
#endif
22512253

22522254
MtmSplitConnStrs();
22532255
MtmStartReceivers();

0 commit comments

Comments
 (0)