psqlodbc - psqlodbc: I prepared fix for Bug "Autocommit and Cancel". - Mailing list pgsql-committers

From dpage@pgfoundry.org (User Dpage)
Subject psqlodbc - psqlodbc: I prepared fix for Bug "Autocommit and Cancel".
Date
Msg-id 20051209233741.D6CB11125030@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
I prepared fix for Bug "Autocommit and Cancel". It's woking patch
(it's used #ifded NOT_USED). The main changes are in using cancelable
PQsendQuery (it could be ok) and in cleaning and correcting
CC_send_query. CC_send_query should be equivalent with old one
except adding some QR_set_aborted. I'm not sure if it's ok.
[Ludek Finstrle]

Modified Files:
--------------
    psqlodbc:
        connection.c (r1.125 -> r1.126)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.125&r2=1.126)

pgsql-committers by date:

Previous
From: dpage@pgfoundry.org (User Dpage)
Date:
Subject: psqlodbc - psqlodbc: Bump version number in a vain attempt to keep up
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove incorrect increment of lineno, per David Fetter.