python - fe: Stop using the Ignition message and Fix B&Es performance - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - fe: Stop using the Ignition message and Fix B&Es performance
Date
Msg-id 20060212192428.9EF441033838@pgfoundry.org
Whole thread Raw
List 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 by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update README file.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update README file.