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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy