Re: [HACKERS] pid file for postmaster?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Tatsuo Ishii <t-ishii@sra.co.jp>
Cc: pgsql-hackers@hub.org
Date: 1999-11-24T06:33:37Z
Lists: pgsql-hackers
Tatsuo Ishii <t-ishii@sra.co.jp> writes: > It would be nice if postmaster has its own pid file to send signals to > it. I think the pid file could be placed under $PGDATA. Opinions? Yes, that's been discussed before, and I think it's even got an entry on the TODO list. If you've got time to tackle it now, great! $PGDATA seems like the right place to put the file, since we can only have one active postmaster at a time in a database directory. I assume you'll also create a script that sends SIGTERM or other requested signal to the postmaster, using this file? regards, tom lane