Re: [Patch] Create a new session in postmaster by calling setsid()
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Michael Paquier <michael@paquier.xyz>, Andres Freund
<andres@anarazel.de>, Paul Guo <pguo@pivotal.io>,
Andrew Gierth <andrew@tao11.riddles.org.uk>, pgsql-hackers@postgresql.org
Date: 2019-01-14T12:53:35Z
Lists: pgsql-hackers
On 30/12/2018 22:56, Tom Lane wrote: > This comment needs copy-editing: > > + * If the user hits interrupts the startup (e.g. with CTRL-C), we'd > > Looks good otherwise. Thanks, fixed that, and pushed. - Heikki
Commits
-
Detach postmaster process from pg_ctl's session at server startup.
- bb24439cefea 12.0 landed
-
Remove silent_mode. You get the same functionality with "pg_ctl -l
- f7ea6beaf4ca 9.2.0 cited