Re: ODBC gives pq_recvbuf: unexpected EOF on client connection

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Cedar Cox <cedarc(at)visionforisrael(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: ODBC gives pq_recvbuf: unexpected EOF on client connection
Date: 2001-01-21 18:39:22
Message-ID: 12654.980102362@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces pgsql-jdbc pgsql-odbc

Cedar Cox <cedarc(at)visionforisrael(dot)com> writes:
> I'm using ODBC/MS Access and every time my client shuts down
> I get the log message:
> pq_recvbuf: unexpected EOF on client connection
> Is there something I'm doing wrong here?

Not you, the ODBC driver --- it's just unceremoniously closing the
socket connection without being polite enough to send the disconnect
message (a single 'X', I think) first.

Somebody ought to fix that, but it's not a real high priority.
There's no bad side-effects other than cluttering the postmaster log.

> (yes I did copy the JDBC post.. ;)

I haven't looked at the JDBC code, but evidently it's equally impolite.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marko Kreen 2001-01-21 18:52:30 Re: [PATCHES] binary operators on integers
Previous Message Tom Lane 2001-01-21 18:34:50 Re: Re: [PATCHES] Patch to support transactions with BLOBs for current CVS

Browse pgsql-interfaces by date

  From Date Subject
Next Message Nicholas Chan 2001-01-22 02:28:11 extremely newbie questions
Previous Message leif 2001-01-21 10:57:46 ACS Web Server & PostgreSQL

Browse pgsql-jdbc by date

  From Date Subject
Next Message Alexander Jerusalem 2001-01-21 21:27:45 Re: postgres memory management
Previous Message Neil Conway 2001-01-21 17:49:49 Re: postgres memory management

Browse pgsql-odbc by date

  From Date Subject
Next Message Peter Mount 2001-01-22 20:45:55 Re: ODBC gives pq_recvbuf: unexpected EOF on client connection
Previous Message Cedar Cox 2001-01-21 10:47:09 ODBC gives pq_recvbuf: unexpected EOF on client connection