Re: [HACKERS] odd output in initdb

2010-02-01 Thread Magnus Hagander
2010/2/1 Andrew Dunstan and...@dunslane.net: Magnus Hagander wrote: 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

Re: [HACKERS] odd output in initdb

2010-02-01 Thread Andrew Dunstan
Magnus Hagander wrote: Did those two members produce consistent issues? Can you give them a couple of kicks to get enough buidls out of them to figure out if this solved the problem? Not very easily. I am currently travelling. It was happening fairly consistently on red_bat and seems to

Re: [HACKERS] odd output in initdb

2010-01-31 Thread Magnus Hagander
On Fri, Jan 29, 2010 at 23:28, Andrew Dunstan and...@dunslane.net wrote: Andrew Dunstan wrote:   initializing dependencies ... WARNING:  pgstat wait timeout   WARNING:  pgstat wait timeout   ok     vacuuming database template1 ... WARNING:  pgstat wait timeout   WARNING:  pgstat wait

Re: [HACKERS] odd output in initdb

2010-01-31 Thread Tom Lane
Magnus Hagander mag...@hagander.net writes: On Fri, Jan 29, 2010 at 23:28, Andrew Dunstan and...@dunslane.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

Re: [HACKERS] odd output in initdb

2010-01-31 Thread Magnus Hagander
On Sun, Jan 31, 2010 at 17:56, Tom Lane t...@sss.pgh.pa.us wrote: Magnus Hagander mag...@hagander.net writes: On Fri, Jan 29, 2010 at 23:28, Andrew Dunstan and...@dunslane.net wrote:   initializing dependencies ... WARNING:  pgstat wait timeout I'm not claiming it's not, but what exactly

Re: [HACKERS] odd output in initdb

2010-01-31 Thread Tom Lane
Magnus Hagander mag...@hagander.net writes: On Sun, Jan 31, 2010 at 17:56, Tom Lane t...@sss.pgh.pa.us wrote: I notice pgstat_send is still using if (pgStatSock 0) to detect PGINVALID_SOCKET ... That's certainly so, but that shouldn't have any effect on this - since on that platform it's

Re: [HACKERS] odd output in initdb

2010-01-31 Thread Magnus Hagander
On Sun, Jan 31, 2010 at 18:33, Tom Lane t...@sss.pgh.pa.us wrote: Magnus Hagander mag...@hagander.net writes: On Sun, Jan 31, 2010 at 17:56, Tom Lane t...@sss.pgh.pa.us wrote: I notice pgstat_send is still using if (pgStatSock 0) to detect PGINVALID_SOCKET ... That's certainly so, but that

Re: [HACKERS] odd output in initdb

2010-01-31 Thread Andrew Dunstan
Magnus Hagander wrote: 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. I'm not

[HACKERS] odd output in initdb

2010-01-29 Thread Andrew Dunstan
I saw some odd pgstat output during an initdb on Windows today: The files belonging to this database system will be owned by user pgrunner. This user must also own the server process. The database cluster will be initialized with locale C. The default database encoding has

Re: [HACKERS] odd output in initdb

2010-01-29 Thread Andrew Dunstan
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