Re: strange pg_ctl's behavior

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: Tatsuo Ishii <ishii(at)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: strange pg_ctl's behavior
Date: 2008-03-11 13:00:36
Message-ID: 200803111300.m2BD0aS18752@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Richard Huxton wrote:
> Richard Huxton wrote:
> >
> > Hmm - that does seem to be the case. I added a line to print "connstr"
> > along with the "."
> > waiting for server to start....dbname=postgres port=5483 -i
> > connect_timeout=5.
> >
> > The code looks fine to my uneducated eye though (bin/pg_ctl/pg_ctl.c
> > test_postmaster_connection starting at line 412. I think the issue must
> > be at lines 425..443)
>
> Line 52:
> #define WHITESPACE "\f\n\r\t\v" /* as defined by isspace() */
>
> We've defined whitespace as not including a space character :-/

Yes, we fixed this on February 20 and the fix will appear in 8.3.1 and
all back brances once a release is made.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://postgres.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2008-03-11 13:27:49 Re: strange pg_ctl's behavior
Previous Message longlong 2008-03-11 12:56:47 COPY issue(gsoc project)