mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Consistently use read-only instead of "read only"
This affects one message and some documentation that used the format "read only", unlike everything else that used read-only. Backpatch-through: 14 Discussion: https://postgr.es/m/CABUevExuxKwn0YM3+wdSeQSvK6CRrJ-hewocGVX3R4-xVX4eMw@mail.gmail.com
This commit is contained in:
@ -5199,7 +5199,7 @@ sigusr1_handler(SIGNAL_ARGS)
|
||||
PgStatPID = pgstat_start();
|
||||
|
||||
ereport(LOG,
|
||||
(errmsg("database system is ready to accept read only connections")));
|
||||
(errmsg("database system is ready to accept read-only connections")));
|
||||
|
||||
/* Report status */
|
||||
AddToDataDirLockFile(LOCK_FILE_LINE_PM_STATUS, PM_STATUS_READY);
|
||||
|
Reference in New Issue
Block a user