Remove gratuitous references to postmaster program

Peter Eisentraut <peter@eisentraut.org>

Commit: 81266442fbcb19ec184134f0a256207f05026520
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2023-01-26T09:48:32Z
Releases: 16.0
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@enterprisedb.com

Files

PathChange+/−
contrib/start-scripts/freebsd modified +5 −5
contrib/start-scripts/linux modified +5 −5
src/port/path.c modified +1 −1

Discussion