mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Begin error message with lower-case letter.
This commit is contained in:
parent
baabf05196
commit
97e3dacd84
@ -737,7 +737,7 @@ PostmasterMain(int argc, char *argv[])
|
||||
(errmsg("WAL streaming (max_wal_senders > 0) requires wal_level \"archive\" or \"hot_standby\"")));
|
||||
if (strlen(SyncRepStandbyNames) > 0 && max_wal_senders == 0)
|
||||
ereport(ERROR,
|
||||
(errmsg("Synchronous replication requires WAL streaming (max_wal_senders > 0)")));
|
||||
(errmsg("synchronous replication requires WAL streaming (max_wal_senders > 0)")));
|
||||
|
||||
/*
|
||||
* Other one-time internal sanity checks can go here, if they are fast.
|
||||
|
Loading…
Reference in New Issue
Block a user