This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PostgreSQL problems


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:

Administrator@ocean ~
$ ipc-daemon &
[1] 193

Administrator@ocean ~
$ postmaster -D /usr/share/postgresql/data &
[2] 174

Administrator@ocean ~
$ 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
markus.hoenicka@cats.de
(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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]