Re: Fix PID file location? - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Fix PID file location?
Date
Msg-id 200505131106.03311.josh@agliodbs.com
Whole thread Raw
In response to Fix PID file location?  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
FOlks,

> The problem seems to be that pg_ctl expects the PID file to be in $PGDATA,
> but the file actually gets written by the postmaster to the actual data
> directory.  You can work around this by setting "external_pid_file", but
> this then prevents you from using external_pid_file for another purpose.

More about this: due to the PID file not being in the right place, pg_ctl stop 
never reports success:

waiting for postmaster to shut 
down............................................................... failed
pg_ctl: postmaster does not shut down

This appears to be because the duplicate PID in the conf directory is not 
removed on shutdown.

-- 
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco


pgsql-hackers by date:

Previous
From: Andrew - Supernews
Date:
Subject: Re: Catalog Security WAS: Views, views, views: Summary of Arguments
Next
From: Andrew Dunstan
Date:
Subject: Re: Catalog Security WAS: Views, views, views: Summary