pgsql: Remove gratuitous references to postmaster program

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove gratuitous references to postmaster program
Date: 2023-01-26 10:18:56
Message-ID: E1pKzLM-005Zjt-9f@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove gratuitous references to postmaster program

"postgres" has long been officially preferred over "postmaster" as the
name of the program to invoke to run the server. Some example scripts
and code comments still used the latter. Change those.

Discussion: https://www.postgresql.org/message-id/flat/ece84b69-8f94-8b88-925f-64207cb3a2f0(at)enterprisedb(dot)com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/81266442fbcb19ec184134f0a256207f05026520

Modified Files
--------------
contrib/start-scripts/freebsd | 10 +++++-----
contrib/start-scripts/linux | 10 +++++-----
src/port/path.c | 2 +-
3 files changed, 11 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-01-26 11:00:08 pgsql: Don't install postmaster symlink anymore
Previous Message Peter Geoghegan 2023-01-26 06:22:54 pgsql: Revert "Add eager and lazy freezing strategies to VACUUM."