10000
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 baabf05 commit 97e3dacCopy full SHA for 97e3dac
src/backend/postmaster/postmaster.c
@@ -737,7 +737,7 @@ PostmasterMain(int argc, char *argv[])
737
(errmsg("WAL streaming (max_wal_senders > 0) requires wal_level \"archive\" or \"hot_standby\"")));
738
if (strlen(SyncRepStandbyNames) > 0 && max_wal_senders == 0)
739
ereport(ERROR,
740
- (errmsg("Synchronous replication requires WAL streaming (max_wal_senders > 0)")));
+ (errmsg("synchronous replication requires WAL streaming (max_wal_senders > 0)")));
741
742
/*
743
* Other one-time internal sanity checks can go here, if they are fast.
0 commit comments