Re: Protocol de-synchronisation bug, bogus query sent

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: "Inoue, Hiroshi" <inoue(at)tpf(dot)co(dot)jp>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Protocol de-synchronisation bug, bogus query sent
Date: 2014-06-19 05:03:09
Message-ID: 53A26F0D.8090409@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Craig Ringer 2014-06-19 06:02:32 Re: Protocol de-synchronisation bug, bogus query sent
Previous Message Craig Ringer 2014-06-19 04:56:25 Re: Protocol de-synchronisation bug, bogus query sent