weird postgresql log entries
        Posted  
        
            by hyperboreean
        on Server Fault
        
        See other posts from Server Fault
        
            or by hyperboreean
        
        
        
        Published on 2010-05-14T08:44:08Z
        Indexed on 
            2010/05/14
            8:55 UTC
        
        
        Read the original article
        Hit count: 378
        
postgresql
|log
I am trying to figure out why I get some weird entries in my postgresql log after I do a restart:
2010-05-14 11:30:25 EEST LOG:  database system was shut down at 2010-05-14 11:30:22 EEST
2010-05-14 11:30:25 EEST LOG:  autovacuum launcher started
2010-05-14 11:30:25 EEST LOG:  database system is ready to accept connections
2010-05-14 11:30:25 EEST LOG:  incomplete startup packet
2010-05-14 11:30:40 EEST WARNING:  there is already a transaction in progress
2010-05-14 11:30:40 EEST LOG:  could not receive data from client: Connection reset by peer
2010-05-14 11:30:40 EEST LOG:  unexpected EOF on client connection
First, there's the 2010-05-14 11:30:25 EEST LOG:  incomplete startup packet which bugs me. Anyone has any idea why this happens?
And also, this one is very strange: 2010-05-14 11:30:40 EEST WARNING:  there is already a transaction in progress ...
© Server Fault or respective owner