Re: pg_recvbuf : unexpected EOF on client

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Priya G <sreepriya(at)hotmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: pg_recvbuf : unexpected EOF on client
Date: 2003-09-03 17:46:46
Message-ID: Pine.LNX.4.44.0309031945170.1035-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Priya G writes:

> what does the error in postgres.log pg_recvbuf : unexpected EOF on client mean?

The client closed the connection (on the operating system level) before
properly closing the session (on the PostgreSQL level). Either you have a
buggy client that does that out of principle, or the client just died.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ian Barwick 2003-09-03 17:56:03 Re: YOUR SITES SEARCH FEATURE DOES NOT WORK!
Previous Message Priya G 2003-09-03 15:36:02 pg_recvbuf : unexpected EOF on client