Re: external_pid_file not removed on postmaster exit - Mailing list pgsql-hackers

From Tom Lane
Subject Re: external_pid_file not removed on postmaster exit
Date
Msg-id 177.1343492219@sss.pgh.pa.us
Whole thread Raw
In response to Re: external_pid_file not removed on postmaster exit  (Amit kapila <amit.kapila@huawei.com>)
Responses Re: external_pid_file not removed on postmaster exit  (Amit kapila <amit.kapila@huawei.com>)
List pgsql-hackers
Amit kapila <amit.kapila@huawei.com> writes:
>> I think it should be removed with proc_exit hook just like the main
>> postmaster.pid file.

> external_pid_file is created first time when it is enabled in postgresql.conf
> I think it should be removed once the parameter external_pid_file is unset; 

Unset?  If that parameter is not PGC_POSTMASTER, it certainly ought to
be.  In any case, that has little to do with what Peter is complaining
about ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Adding probes for smgr
Next
From: Robert Creager
Date:
Subject: Re: Build failures with Mountain Lion