Re: odd output in initdb

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: odd output in initdb
Date: 2010-01-29 22:28:55
Message-ID: 4B636127.3060609@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan wrote:
>
>
> initializing dependencies ... WARNING: pgstat wait timeout
> WARNING: pgstat wait timeout
> ok
>
> vacuuming database template1 ... WARNING: pgstat wait timeout
> WARNING: pgstat wait timeout
> ok
> copying template1 to template0 ... WARNING: pgstat wait timeout
>
>
>
> I can't see an obvious culprit in the commit logs right off.

Actually, on close inspection it looks to me like this commit: "Create
typedef pgsocket for storing socket descriptors."
<http://git.postgresql.org/gitweb?p=postgresql.git;a=commit;h=ea1a4463e9de9662b7c9e13374ec8c7b92ff2f19>
could well be the culprit.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-01-29 22:34:09 Re: PG 9.0 and standard_conforming_strings
Previous Message Kevin Grittner 2010-01-29 21:32:16 Re: PG 9.0 and standard_conforming_strings