python - ex: Fix logic(again) to allow all any exception with .code =

From: jwp(at)pgfoundry(dot)org (User Jwp)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - ex: Fix logic(again) to allow all any exception with .code =
Date: 2005-04-15 21:45:45
Message-ID: 20050415214545.D50471FB6218@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix logic(again) to allow all any exception with .code = SUCCESS to take any
error code.
This is a temporary fix until the strict regulations are in place, whereby it
would restrict any code tied to a different exception class.
Also, add vim formatting magic.

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-04-15 22:19:48 pgsql: Reduce PANIC to ERROR in several xlog routines that are used in
Previous Message Tom Lane 2005-04-15 18:48:10 pgsql: Modify MoveOfflineLogs/InstallXLogFileSegment to avoid O(N^2)