python - pq: Raise the exception, not return.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - pq: Raise the exception, not return.
Date: 2006-03-10 21:42:22
Message-ID: 20060310214222.55D051033851@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Raise the exception, not return.

Modified Files:
--------------
pq/src:
client3.py (r1.18 -> r1.19)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/client3.py.diff?r1=1.18&r2=1.19)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-03-10 23:19:00 pgsql: Recent changes in memory management in tuplesort.c had a problem:
Previous Message Tom Lane 2006-03-10 20:18:26 pgsql: Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd().