Jason Tishler writes: > Are you using Cygwin 1.3.22-1? If so, then try 1.5.0-1: >
After upgrading to 1.5.0-1, things improved slightly. PostgreSQL now starts up like this: [EMAIL PROTECTED] ~ $ ipc-daemon & [1] 193 [EMAIL PROTECTED] ~ $ postmaster -D /usr/share/postgresql/data & [2] 174 [EMAIL PROTECTED] ~ $ LOG: database system was interrupted at 2003-07-11 19:09:54 LOG: checkpoint record is at 0/83B2F8 LOG: redo record is at 0/83B2F8; undo record is at 0/0; shutdown TRUE LOG: next transaction id: 480; next oid: 16976 LOG: database system was not properly shut down; automatic recovery in progress LOG: ReadRecord: record with zero length at 0/83B338 LOG: redo is not required LOG: database system is ready Now I can connect with psql, but the console that I've started postmaster from gets flooded with a continuous stream of the following message, slowing down the database server to a creep: LOG: statistics collector process (pid 174) exited with exit code 1 LOG: PGSTATBUFF: recvfrom() failed: Transport endpoint is already connected (the pid changes with every incarnation of the message). Is there anything I can do about this? Thanks Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/