Re: [INTERFACES] Error Message - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: [INTERFACES] Error Message
Date
Msg-id 8003.909107564@sss.pgh.pa.us
Whole thread Raw
In response to Error Message  ("Gregory W Burnham" <gburnham@sfu.ca>)
List pgsql-interfaces
"Gregory W Burnham" <gburnham@sfu.ca> writes:
> I'm getting the error:
> FATAL 1:  Socket command type
> But I can't find any referance to it anywhere.  This is for an INSERT
> query and the result returned from PQexec is NULL.

This is coming out of src/backend/tcop/postgres.c; it looks like the
backend got a NULL character at the point where it expected to read
the first byte of a new command string from the frontend.

My guess is that the frontend and backend got out of sync.  The easiest
way to make that happen is to mess up a COPY IN or COPY OUT sequence,
but it could also be that you have a broken frontend that's sending
garbage.

What frontend software are you using, anyway?  And what version?
What were you doing *before* the command on which you noticed the
failure?

            regards, tom lane

pgsql-interfaces by date:

Previous
From: "angg"
Date:
Subject: [INTERFACES] C++ Builder (Delphi), ODBC and large objects
Next
From: "Alexander Elsenaar"
Date:
Subject: ...