Re: Changing "Hot Standby" to "hot standby"
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: "Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>
Cc: Robert Treat <rob@xzilla.net>, Kyotaro Horiguchi <horikyota.ntt@gmail.com>, "aleksander@timescale.com" <aleksander@timescale.com>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2022-03-09T08:18:26Z
Lists: pgsql-hackers
On Wed, Mar 09, 2022 at 07:45:32AM +0000, Daniel Westermann (DWE) wrote: > Thanks for having a look. Done that way. Hmm. Outside the title that had better use upper-case characters for the first letter of each word, I can see references to the pattern you are trying to eliminate in amcheck.sgml (1), config.sgml (3), protocol.sgml (3) and mvcc.sgml (1). Shouldn't you refresh these as well if the point is to make the full set of docs consistent? As of the full tree, I can see that: $ git grep "hot standby" | wc -l 259 $ git grep "Hot Standby" | wc -l 73 So there is a trend for one of the two. -- Michael
Commits
-
doc: Standardize capitalization of term "hot standby"/"Hot Standby"
- 9198e6399664 15.0 landed