Re: FATAL: invalid frontend message type 47 server closed the connection unexpectedly - Mailing list pgsql-general

From Tom Lane
Subject Re: FATAL: invalid frontend message type 47 server closed the connection unexpectedly
Date
Msg-id 6179.1169073267@sss.pgh.pa.us
Whole thread Raw
In response to FATAL: invalid frontend message type 47 server closed the connection unexpectedly  (Sterpu Victor <victor@ambra.ro>)
Responses Re: FATAL: invalid frontend message type 47 server closed the connection unexpectedly  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-general
Sterpu Victor <victor@ambra.ro> writes:
> I receive this message when I do a specific operation.
> How can I debug something like this?

It sounds like DBD::Pg is sending an invalidly formed message, or in
some other way violating the protocol.  Or maybe the backend got
confused.  Watching the session with a packet-sniffer would help to
nail down who's at fault.

            regards, tom lane

pgsql-general by date:

Previous
From: Robert Treat
Date:
Subject: Re: installing 8.2 on solaris 10?
Next
From: "Jasbinder Singh Bali"
Date:
Subject: Re: Dynamic loading of Perl Code in Postgres functions