Re: drop postmaster symlink
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Karl O. Pinc" <kop@karlpinc.com>
Cc: Peter Eisentraut <peter.eisentraut@enterprisedb.com>, Daniel Gustafsson <daniel@yesql.se>, Robert Haas <robertmhaas@gmail.com>, Andres Freund <andres@anarazel.de>, Devrim Gündüz <devrim@gunduz.org>, Joe Conway <mail@joeconway.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2023-01-07T23:38:25Z
Lists: pgsql-hackers
"Karl O. Pinc" <kop@karlpinc.com> writes: > This is a review of Peter's 2 patches. I see only 1 small problem. > Looking at the documentation, a "postmaster" in the glossary is > defined as the controlling process. This works; it needs to be called > something. There is still a postmaster.pid (etc.) in the data > directory. > The word "postmaster" (case insensitive) shows up 84 times in the > documentation. I looked at all of these. Hmm ... I thought this patch was about getting rid of the admittedly-obsolete installed symlink. If it's trying to get rid of the "postmaster" terminology for our parent process, I'm very strongly against that, either as regards to code or documentation. regards, tom lane
Commits
-
doc: Adjust a few more references to "postmaster"
- 17e72ec45d31 16.0 landed
-
Don't install postmaster symlink anymore
- 37e267335068 16.0 landed
-
Remove gratuitous references to postmaster program
- 81266442fbcb 16.0 landed