python - ex: Fix logic to only raise an exception if all fail, rather

From: jwp(at)pgfoundry(dot)org (User Jwp)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - ex: Fix logic to only raise an exception if all fail, rather
Date: 2005-04-10 00:28:52
Message-ID: 20050410002852.35E091FB621E@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix logic to only raise an exception if all fail, rather than just one.
Also, remove unused elif block regarding the unused codec attribute.

Modified Files:
--------------
ex/src:
prime.py (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ex/src/prime.py.diff?r1=1.1.1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message User Decibel 2005-04-10 00:33:21 newsysviews - newsysview: Welcome aggregates.
Previous Message User Decibel 2005-04-09 23:51:41 newsysviews - newsysview: Don't ignore _compat.sql now that it shouldn't