code: replace 'master' with 'leader' where appropriate.
Andres Freund <andres@anarazel.de>
code: replace 'master' with 'leader' where appropriate. Leader already is the more widely used terminology, but a few places didn't get the message. Author: Andres Freund Reviewed-By: David Steele Discussion: https://postgr.es/m/20200615182235.x7lch5n6kcjq4aue@alap3.anarazel.de
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pg_prewarm/autoprewarm.c | modified | +9 −9 |
| doc/src/sgml/ref/pg_dump.sgml | modified | +4 −4 |
| src/backend/access/transam/parallel.c | modified | +18 −18 |
| src/backend/access/transam/xact.c | modified | +6 −6 |
| src/backend/executor/execGrouping.c | modified | +1 −1 |
| src/backend/libpq/pqmq.c | modified | +9 −9 |
| src/backend/optimizer/path/costsize.c | modified | +1 −1 |
| src/backend/optimizer/util/clauses.c | modified | +2 −2 |
| src/backend/utils/init/globals.c | modified | +1 −1 |
| src/backend/utils/misc/guc.c | modified | +1 −1 |
| src/bin/pg_dump/parallel.c | modified | +54 −54 |
| src/bin/pg_dump/parallel.h | modified | +1 −1 |
| src/bin/pg_dump/pg_backup_archiver.c | modified | +5 −5 |
| src/bin/pg_dump/pg_backup_directory.c | modified | +1 −1 |
| src/bin/pg_dump/pg_dump.c | modified | +1 −1 |
| src/include/catalog/pg_proc.h | modified | +3 −3 |
| src/include/libpq/pqmq.h | modified | +1 −1 |
| src/include/storage/backendid.h | modified | +2 −2 |
Documentation touched
Discussion
- language cleanups in code and docs 47 messages · 2020-06-15 → 2021-01-05