Re: language cleanups in code and docs
Bruce Momjian <bruce@momjian.us>
From: Bruce Momjian <bruce@momjian.us>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Daniel Gustafsson <daniel@yesql.se>, Andres Freund <andres@anarazel.de>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-06-15T22:35:18Z
Lists: pgsql-hackers
On Tue, Jun 16, 2020 at 09:53:34AM +1200, Thomas Munro wrote: > On Tue, Jun 16, 2020 at 7:04 AM Daniel Gustafsson <daniel@yesql.se> wrote: > > > On 15 Jun 2020, at 20:22, Andres Freund <andres@anarazel.de> wrote: > > > > Thanks for picking this up! > > > > > 1) 'postmaster'. As changing that would be somewhat invasive, the word > > > is a bit more ambiguous, and it's largely just internal, I've left > > > this alone for now. I personally would rather see this renamed as > > > supervisor, which'd imo actually would also be a lot more > > > descriptive. I'm willing to do the work, but only if there's at least > > > some agreement. > > > > FWIW, I've never really liked the name postmaster as I don't think it conveys > > meaning. I support renaming to supervisor or a similar term. > > +1. Postmaster has always sounded like a mailer daemon or something, > which we ain't. Postmaster is historically confused with the postmaster email account: https://en.wikipedia.org/wiki/Postmaster_(computing) -- Bruce Momjian <bruce@momjian.us> https://momjian.us EnterpriseDB https://enterprisedb.com The usefulness of a cup is in its emptiness, Bruce Lee
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