Re: odd output in initdb

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: odd output in initdb
Date: 2010-01-31 16:56:11
Message-ID: 26640.1264956971@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Magnus Hagander <magnus(at)hagander(dot)net> writes:
> On Fri, Jan 29, 2010 at 23:28, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
>>> initializing dependencies ... WARNING: pgstat wait timeout

> I'm not claiming it's not, but what exactly points to that? Does the
> problem go away if you move to a version before that?

> Because I'm 99% sure I saw it well before that commit, and we've had
> reports on it from 8.4 as well, I'm not so sure... But it may be that
> that commit made something more likely to happen...

I notice pgstat_send is still using "if (pgStatSock < 0)" to detect
PGINVALID_SOCKET ...

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2010-01-31 17:02:56 Re: Pathological regexp match
Previous Message Tom Lane 2010-01-31 16:35:49 Re: Using the new libpq connection functions in PostgreSQL binaries