Re: [HACKERS] [PATCHES] A patch to pg_regress for Windows port

2007-01-05 Thread Tom Lane
"Gurjeet Singh" <[EMAIL PROTECTED]> writes: > On 1/6/07, Tom Lane <[EMAIL PROTECTED]> wrote: >> Yes, because it can be more than one hostname. > But the code in postmaster.c expects the list to be comma separated. Sure, but SplitIdentifierString allows for whitespace, eg 'host1, host2, h

Re: [HACKERS] [PATCHES] A patch to pg_regress for Windows port

2007-01-05 Thread Gurjeet Singh
On 1/6/07, Tom Lane <[EMAIL PROTECTED]> wrote: "Gurjeet Singh" <[EMAIL PROTECTED]> writes: > This patch removes double-quotes from around the listen_addresses=%s part; I > couldn't find a way of doing that. But then, the questions is, can the %s > (hostname) have spaces embedded in it? Yes, bec

Re: [HACKERS] [PATCHES] A patch to pg_regress for Windows port

2007-01-05 Thread Tom Lane
"Gurjeet Singh" <[EMAIL PROTECTED]> writes: > This patch removes double-quotes from around the listen_addresses=%s part; I > couldn't find a way of doing that. But then, the questions is, can the %s > (hostname) have spaces embedded in it? Yes, because it can be more than one hostname. Why do you