Remove gratuitous references to postmaster program
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 26 Jan 2023 09:48:32 +0000 (10:48 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 26 Jan 2023 09:48:32 +0000 (10:48 +0100)
commit81266442fbcb19ec184134f0a256207f05026520
tree16d805aef4dade972182d3c450d30a57df3c6249
parent6c6b4972664491de408670354fdbccc7c83a1c89
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
contrib/start-scripts/freebsd
contrib/start-scripts/linux
src/port/path.c