Re: Patch BUG #5103: "pg_ctl -w (re)start" fails with custom unix_socket_directory - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Patch BUG #5103: "pg_ctl -w (re)start" fails with custom unix_socket_directory
Date
Msg-id 1291037103-sup-2172@alvh.no-ip.org
Whole thread Raw
In response to Patch BUG #5103: "pg_ctl -w (re)start" fails with custom unix_socket_directory  (Quan Zongliang <quanzongliang@gmail.com>)
Responses Re: Patch BUG #5103: "pg_ctl -w (re)start" fails with custom unix_socket_directory
List pgsql-hackers
Excerpts from Quan Zongliang's message of sáb nov 27 06:03:12 -0300 2010:
> Hi, all
> 
> I created a pg_ctl patch to fix:
> * BUG #5103: "pg_ctl -w (re)start" fails with custom unix_socket_directory 
> Allow pg_ctl to work properly with configuration files located outside the PGDATA directory

I think the way this should work is that you call postmaster with a new
switch and it prints out its configuration, after reading the
appropriate config file(s).  That way it handles all the little details
such as figuring out the correct config file, hadle include files, etc.
This output would be presumably easier to parse and more trustworthy.

Right now we have --describe-config, which is missing the values for
each config option.

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Remove outdated comments from the regression test files.
Next
From: Alvaro Herrera
Date:
Subject: Re: ToDo: enhanced diagnostic for plpgsql