We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae868c9 commit e9c405aCopy full SHA for e9c405a
multimaster.c
@@ -2254,9 +2254,11 @@ _PG_init(void)
2254
if (DefaultXactIsoLevel != XACT_REPEATABLE_READ) {
2255
elog(ERROR, "Multimaster requires repeatable read default isolation level");
2256
}
2257
+#if 0
2258
if (synchronous_commit != SYNCHRONOUS_COMMIT_ON) {
2259
elog(ERROR, "Multimaster requires synchronous commit on");
2260
2261
+#endif
2262
2263
MtmSplitConnStrs();
2264
MtmStartReceivers();
0 commit comments