python - fe: Stop using the Ignition message and Fix B&Es performance

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - fe: Stop using the Ignition message and Fix B&Es performance
Дата
Msg-id 20060212192428.9EF441033838@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Stop using the Ignition message and Fix B&Es performance issue.

Fix the BindingsAndExecutings performance failures by making the message buffer
large enough for all the B&E messages that would be returned by a transaction
call. This makes the message writer write all 21 or so messages in one write as
opposed to three (10 Bs, 10 Es, and one Flush)

Update tests accordingly.

Modified Files:
--------------
    fe/src:
        tracenull.py (r1.6 -> r1.7)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/tracenull.py.diff?r1=1.6&r2=1.7)
    fe/test:
        qio.py (r1.1.1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/test/qio.py.diff?r1=1.1.1.1&r2=1.2)
        tracenull.py (r1.1.1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/test/tracenull.py.diff?r1=1.1.1.1&r2=1.2)

В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update README file.
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update README file.