python - pq: Fix BindingsAndExecutings.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - pq: Fix BindingsAndExecutings.
Date: 2006-08-06 22:59:23
Message-ID: 20060806225923.D776686C5FF@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2006-08-06 23:52:49 python - pq: When a TransitionError occurs, terminate the transaction.
Previous Message User Korryd 2006-08-06 22:36:36 edb-debugger - workstation: Hiroshi-san's first internationalization