python - pq: Raise the exception, not return. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - pq: Raise the exception, not return.
Date
Msg-id 20060310214222.55D051033851@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd().
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Recent changes in memory management in tuplesort.c had a problem: