Re: Protocol de-synchronisation bug, bogus query sent - Mailing list pgsql-odbc

From Craig Ringer
Subject Re: Protocol de-synchronisation bug, bogus query sent
Date
Msg-id 53A26F0D.8090409@2ndquadrant.com
Whole thread Raw
In response to Re: Protocol de-synchronisation bug, bogus query sent  ("Inoue, Hiroshi" <inoue@tpf.co.jp>)
List pgsql-odbc
On 06/19/2014 12:25 PM, Inoue, Hiroshi wrote:
>
>
> Patch attached, or you can pull the branch:
>
>      fix-febe-protocol-desync-emptyquery
>
> from https://github.com/ringerc/psqlODBC.git


BTW, the macros:

PG_PROTOCOL_74

and

PROTOCOL_74(...)

are NOT the same thing at all. The former produces a value identifying
the protocol; the latter queries the protocol version requested in the
conninfo struct against the named version.

Tad confusing.


--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


pgsql-odbc by date:

Previous
From: "Inoue, Hiroshi"
Date:
Subject: Re: Protocol de-synchronisation bug, bogus query sent
Next
From: Craig Ringer
Date:
Subject: Re: Protocol de-synchronisation bug, bogus query sent