external_pid_file not removed on postmaster exit

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: external_pid_file not removed on postmaster exit
Date: 2012-07-27 05:09:10
Message-ID: 1343365750.31795.3.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

It seems strange that the external_pid_file is never removed. There is
even a C comment about it:

/* Should we remove the pid file on postmaster exit? */

I think it should be removed with proc_exit hook just like the main
postmaster.pid file.

Does anyone remember why this was not done originally or have any
concerns?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-07-27 05:49:28 Re: proposal - assign result of query to psql variable
Previous Message Chaoyong.Wang 2012-07-27 03:39:13 How to form a self-defined TupleTableSlot