| From: | Magnus Hagander <magnus(at)hagander(dot)net> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Consistently use read-only instead of "read only" |
| Date: | 2021-09-07 20:06:01 |
| Message-ID: | E1mNhM1-00074H-Od@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2021-09-08 01:00:37 | pgsql: Clean up some code using "(expr) ? true : false" |
| Previous Message | Andres Freund | 2021-09-07 19:03:14 | pgsql: windows: Only consider us to be running as service if stderr is |