Re: pq_recvbuf: unexpected EOF on client connection

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Alan" <alana(at)atio(dot)co(dot)za>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pq_recvbuf: unexpected EOF on client connection
Date: 2000-09-06 14:14:14
Message-ID: 13958.968249654@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Alan" <alana(at)atio(dot)co(dot)za> writes:
> Does anyone know this error?

If you're seeing that in the postmaster log, it just means that a client
disconnected without sending the "quit" message. This seems to be
standard behavior for some of the interface libraries. It's not really
anything to worry about, since the backend shuts down the same way in
either case. But patches to fix the nonconforming libraries would be
cheerfully accepted ;-)

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Len Morgan 2000-09-06 14:24:40 Re: postgres not allowing new database?
Previous Message lee johnson 2000-09-06 13:42:15 postgres not allowing new database?