pq_recvbuf: unexpected EOF on client connection

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: pgsql-hackers(at)hub(dot)org
Subject: pq_recvbuf: unexpected EOF on client connection
Date: 1999-10-21 19:19:04
Message-ID: Pine.GSO.3.96.SK.991021225654.8622n-100000@ra
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

today I decided to look at postgres log file ( -d 2).
We use postgres as a database backend to apache+modperl server.
I notice messages like:
pq_recvbuf: unexpected EOF on client connection
What does it means ?

StartTransactionCommand
query: select a.msg_id, h.status_set_date, a.title, a.msg_path, c.name from mes
ProcessQuery
CommitTransactionCommand
pq_recvbuf: unexpected EOF on client connection
~~~~~~~~~~~~~~

Also I'm curious about postmaster's activity:

proc_exit(0) [#0]
shmem_exit(0) [#0]
exit(0)
/usr/local/pgsql/bin/postmaster: reaping dead processes...
/usr/local/pgsql/bin/postmaster: CleanupProc: pid 21507 exited with status 0

This message appears too often - I have in httpd.conf
MaxRequestsPerChild 5000, so I expect new httpd children after 5000 requests
and new postgress process accordingly (I use persistent connection
between httpd and postgres).

Regards,

Oleg

_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-10-21 19:31:50 Re: [HACKERS] Neverending query on 6.5.2 over Solaris 2.5.1
Previous Message Brook Milligan 1999-10-21 17:43:01 Re: [HACKERS] Readline use in trouble?]