Re: pq_recvbuf: unexpected EOF on client connection

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Paul Bauer <pbauer(at)mail(dot)shorttermwhat(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: pq_recvbuf: unexpected EOF on client connection
Date: 2002-01-18 19:26:04
Message-ID: 9200.1011381964@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Paul Bauer <pbauer(at)mail(dot)shorttermwhat(dot)com> writes:
> Hello, I am new to the list and have a question. I am trying to get Horde/IMP and pgsql working together and am getting the following error:
> pq_recvbuf: unexpected EOF on client connection

As far as can be told here, postgres is perfectly happy up till the
instant where it sees the client side close the connection. You'll
need to look at why the client code is deciding to do that. I don't
know what Horde/IMAP is, so I'm not able to give you any further help
than that ...

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Andrew McMillan 2002-01-18 23:42:59 Re: Full-text searching in PostgreaSQL - Using GiST for
Previous Message Mark Hesketh 2002-01-18 14:06:40 Re: PL/PGSQL function problem