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-00074H-Od@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
------
master

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

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"