Re: [HACKERS] pid file for postmaster?

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] pid file for postmaster?
Date: 1999-11-24 06:38:31
Message-ID: 19991124153831T.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
> Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)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.

Right.

> I assume you'll also create a script that sends SIGTERM or other
> requested signal to the postmaster, using this file?

Of course:-) I'm thinking about to make an apachectl-like script.
--
Tatsuo Ishii

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-11-24 06:49:38 Re: [HACKERS] pid file for postmaster?
Previous Message Tom Lane 1999-11-24 06:33:37 Re: [HACKERS] pid file for postmaster?