BUG #5276: pg_ctl reads data directory on -D instead of postgresql.conf directoryh

From: "James Bellinger" <jfb(at)zer7(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5276: pg_ctl reads data directory on -D instead of postgresql.conf directoryh
Date: 2010-01-14 02:01:54
Message-ID: 201001140201.o0E21sr7075150@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5276
Logged by: James Bellinger
Email address: jfb(at)zer7(dot)com
PostgreSQL version: 8.4.2
Operating system: Ubuntu 9.10
Description: pg_ctl reads data directory on -D instead of
postgresql.conf directoryh
Details:

While on startup, pg_ctl (correctly) looks in the directory specified by -D
for postgresql.conf, and then uses that to determine the data directory,
when stopping it actually expects the directories to be the same and in
doing so looks for the PID file in the given directory. As a result, on
start one needs to use the .conf directory with -D, and on stop the data
directory.

It's not a big deal, but for consistency's sake it ought to read the .conf
file to get the data directory on stop.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Justin Pitts 2010-01-14 03:22:30 Re: BUG #5269: postgres backend terminates with SIGSEGV
Previous Message Charles O'Farrell 2010-01-13 22:20:16 Re: Substring auto trim