Re: language cleanups in code and docs
David Steele <david@pgmasters.net>
From: David Steele <david@pgmasters.net>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers@postgresql.org
Date: 2020-06-16T22:59:25Z
Lists: pgsql-hackers
On 6/16/20 6:27 PM, Andres Freund wrote: > On 2020-06-16 17:14:57 -0400, David Steele wrote: >> On 6/15/20 2:22 PM, Andres Freund wrote: > >>> 0008: docs: WIP multi-master rephrasing. >>> I like neither the new nor the old language much. I'd welcome input. >> >> Why not multi-primary? > > My understanding of primary is that there really can't be two things > that are primary in relation to each other. Well, I think the same is true for multi-master and that's pretty common. > active/active is probably > the most common term in use besides multi-master. Works for me and can always be updated later if we come up with something better. At least active-active will be easier to search for. >> One last thing -- are we considering back-patching any/all of this? > > I don't think there's a good reason to do so. I was thinking of back-patching pain but if you don't think that's an issue then I'm not worried about it. > Thanks for the look! You are welcome! -- -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