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

From Quan Zongliang
Subject Patch BUG #5103: "pg_ctl -w (re)start" fails with custom unix_socket_directory
Date
Msg-id 20101127180312.6b0e3ead.quanzongliang@gmail.com
Whole thread Raw
Responses Re: Patch BUG #5103: "pg_ctl -w (re)start" fails with custom unix_socket_directory
List pgsql-hackers
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 tested it under Windows XP sp3.
All of configuration files(postgresql.conf pg_hba.conf pg_ident.conf) are in c:\data,
and data_dir is in C:\Program Files\PostgreSQL\9.0\data

Check the attchment, please.

Another question, after clone source with git I can not compile them:
Bad format filename 'src\bin\scripts\submake-libpq'
Former makefile like "createdb: createdb.o ... keywords.o"
Now it is "createdb: createdb.o ... keywords.o | submake-libpq"
How to do this?

------------------------------------------
SEARCHING JOB. I can work on C/C++.

Quan Zongliang <quanzongliang@gmail.com>

Attachment

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Assertion failure on hot standby
Next
From: Robert Haas
Date:
Subject: Re: Assertion failure on hot standby