Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit97e3dac

Browse files
committed
Begin error message with lower-case letter.
1 parentbaabf05 commit97e3dac

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)

[8]ページ先頭

©2009-2025 Movatter.jp