Skip to content

Commit 97e3dac

Browse files
committed
Begin error message with lower-case letter.
1 parent baabf05 commit 97e3dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/postmaster/postmaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ PostmasterMain(int argc, char *argv[])
737737
(errmsg("WAL streaming (max_wal_senders > 0) requires wal_level \"archive\" or \"hot_standby\"")));
738738
if (strlen(SyncRepStandbyNames) > 0 && max_wal_senders == 0)
739739
ereport(ERROR,
740-
(errmsg("Synchronous replication requires WAL streaming (max_wal_senders > 0)")));
740+
(errmsg("synchronous replication requires WAL streaming (max_wal_senders > 0)")));
741741

742742
/*
743743
* Other one-time internal sanity checks can go here, if they are fast.

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