python - pq: Fix BindingsAndExecutings.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - pq: Fix BindingsAndExecutings.
Дата
Msg-id 20060806225923.D776686C5FF@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: korryd@pgfoundry.org (User Korryd)
Дата:
Сообщение: edb-debugger - workstation: Hiroshi-san's first internationalization
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - pq: When a TransitionError occurs, terminate the transaction.