python - pq: Fix BindingsAndExecutings. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - pq: Fix BindingsAndExecutings.
Date
Msg-id 20060806225923.D776686C5FF@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix BindingsAndExecutings.

The reinitialization of Binding was causing a double transition, so go ahead and
create the message manually when generating the B & E set.

Modified Files:
--------------
    pq/src:
        client3.py (r1.23 -> r1.24)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/client3.py.diff?r1=1.23&r2=1.24)

pgsql-committers by date:

Previous
From: korryd@pgfoundry.org (User Korryd)
Date:
Subject: edb-debugger - workstation: Hiroshi-san's first internationalization
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - pq: When a TransitionError occurs, terminate the transaction.