mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +03:00
Message style improvements
Message style, plurals, quoting, spelling, consistency with similar messages
This commit is contained in:
@ -3900,7 +3900,7 @@ PostgresMain(int argc, char *argv[],
|
||||
if (pq_is_reading_msg())
|
||||
ereport(FATAL,
|
||||
(errcode(ERRCODE_PROTOCOL_VIOLATION),
|
||||
errmsg("terminating connection because protocol sync was lost")));
|
||||
errmsg("terminating connection because protocol synchronization was lost")));
|
||||
|
||||
/* Now we can allow interrupts again */
|
||||
RESUME_INTERRUPTS();
|
||||
|
Reference in New Issue
Block a user