Errors in one program and not in another... CODE is identical

From: Trever Adams <trever_Adams(at)bigfoot(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Errors in one program and not in another... CODE is identical
Date: 1999-09-29 05:07:03
Message-ID: 37F19E77.56AE1CDA@bigfoot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

[pid 3270] write(2, "FATAL 1: Socket command type P unknown\n\n", 41)
= 41
[pid 3270] write(4, "EFATAL 1: Socket command type P unknown\n\n\0",
43) = 43

I get data back from the first select, but the above errors seem to
follow right after.

Second select fails, yet if I run both from psql right after one another
they succeed. The content does change some but I can do it for any
possible combination.

This is Postgresql 6.4.2 on Linux 2.2.10 and RedHat 6.0 with most errata
updates (no glibc or postgresql ones missing).

Trever Adams

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 1999-09-29 14:12:51 Re: [BUGS] Errors in one program and not in another... CODE is identical
Previous Message Craig Dockter 1999-09-29 03:23:38 Re: 6.5.2 create index bug?