python - pq: Handle NULL messages in Executing transactions. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - pq: Handle NULL messages in Executing transactions.
Date
Msg-id 20060508015246.1CFD786C58F@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Handle NULL messages in Executing transactions.

Modified Files:
--------------
    pq/src:
        client3.py (r1.21 -> r1.22)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/client3.py.diff?r1=1.21&r2=1.22)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Rewrite btree vacuuming to fold the former bulkdelete and cleanup
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - fe: Only attempt to extract tuple counts when rmsg is not None.