Re: unsupported frontend protocol - Mailing list pgsql-general

From Tom Lane
Subject Re: unsupported frontend protocol
Date
Msg-id 14750.1117071655@sss.pgh.pa.us
Whole thread Raw
In response to Re: unsupported frontend protocol  (Bucks vs Bytes Inc <postgresql@bucksvsbytes.com>)
Responses Re: unsupported frontend protocol
List pgsql-general
Bucks vs Bytes Inc <postgresql@bucksvsbytes.com> writes:
> Is there any postmaster logging I can turn on that will detail what's
> triggering the error?

Well, you could change the error report in postmaster.c to show the
specific protocol version code it's receiving (7.4 and up do this,
but it hadn't occurred to us as of 7.3).  I have little doubt what
you will find though.  Maybe what you really want is to enable
log_connections so you can find out where the problematic connections
are coming from.

            regards, tom lane

pgsql-general by date:

Previous
From: Bucks vs Bytes Inc
Date:
Subject: Re: unsupported frontend protocol
Next
From: Paul Tillotson
Date:
Subject: Modulus operator returns negative values / numeric division rounds up sometimes