python - fe: Only attempt to extract tuple counts when rmsg is not None.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - fe: Only attempt to extract tuple counts when rmsg is not None.
Date: 2006-05-08 01:54:25
Message-ID: 20060508015425.AE22F86C58F@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Only attempt to extract tuple counts when rmsg is not None.
(Test NULL message producing queries per pq fix.)

Modified Files:
--------------
fe/src:
tracenull.py (r1.24 -> r1.25)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/tracenull.py.diff?r1=1.24&r2=1.25)
fe/test:
tracenull.py (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/test/tracenull.py.diff?r1=1.12&r2=1.13)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-05-08 02:18:21 pgsql: Build server libpgport with all non-FRONTEND object files.
Previous Message James William Pye 2006-05-08 01:52:46 python - pq: Handle NULL messages in Executing transactions.