pgsql: Consistently use read-only instead of "read only" - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Consistently use read-only instead of "read only"
Date
Msg-id E1mNhM1-00074I-Pg@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b7fd291042a846b04439f122cb81a41d3cd2e8de

Modified Files
--------------
doc/src/sgml/catalogs.sgml          | 10 +++++-----
doc/src/sgml/high-availability.sgml |  8 ++++----
doc/src/sgml/mvcc.sgml              |  2 +-
src/backend/postmaster/postmaster.c |  2 +-
4 files changed, 11 insertions(+), 11 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: windows: Only consider us to be running as service if stderr is
Next
From: Michael Paquier
Date:
Subject: pgsql: Clean up some code using "(expr) ? true : false"