Re: language cleanups in code and docs
David Steele <david@pgmasters.net>
From: David Steele <david@pgmasters.net>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Andres Freund <andres@anarazel.de>, pgsql-hackers@postgresql.org
Date: 2020-07-08T21:19:41Z
Lists: pgsql-hackers
On 7/8/20 5:17 PM, Alvaro Herrera wrote: > On 2020-Jul-08, David Steele wrote: > >> On 7/8/20 4:39 PM, Andres Freund wrote: > >> I think this phrasing in the original/updated version is pretty awkward: >> >> + A standby server that cannot be connected to until it is promoted to a >> + primary server is called a ... > > Yeah. > >> How about: >> >> + A standby server that must be promoted to a primary server before >> + accepting connections is called a ... > > How about just reducing it to "A standby server that doesn't accept > connection is called a ..."? We don't really need to explain that if > you do promote the standby it will start accept connections -- do we? > It should be pretty obvious if you promote a standby, it will cease to > be a standby in the first place. This verbiage seems excessive. Works for me. Regards, -- -David david@pgmasters.net
Commits
-
Replace remaining uses of "whitelist".
- 034510c820cd 14.0 landed
-
pgindent: whitelist/blacklist -> additional/excluded.
- fe05b6b62006 14.0 landed
-
Rename "enum blacklist" to "uncommitted enums".
- c0d4f6d89749 14.0 landed
-
code: replace most remaining uses of 'master'.
- a9a4a7ad565b 14.0 landed
-
docs: replace 'master process' with 'supervisor process' where appropriate.
- 7c89f8a5b810 14.0 landed
-
docs: replace 'master' with 'root' where appropriate.
- 09dfd430118f 14.0 landed
-
docs: replace 'master' with 'primary' where appropriate.
- 9e101cf60612 14.0 landed
-
code: replace 'master' with 'leader' where appropriate.
- e07633646a22 14.0 landed
-
code: replace 'master' with 'primary' where appropriate.
- 5e7bbb528638 14.0 landed
-
tap tests: replace 'master' with 'primary'.
- 229f8c219f8f 14.0 landed