python - pq: Move (tracenull)RaiseTransactionError to

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - pq: Move (tracenull)RaiseTransactionError to
Date: 2006-03-10 18:59:27
Message-ID: 20060310185927.3F624103382A@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Move (tracenull)RaiseTransactionError to (Transaction)exc_info.

Move the contents to of the RaiseTransactionError function in Proboscis to the
exc_info method on the client3.Transaction class. This is a more appropriate
location for this as it allows any PQueue implementation to use the
functionality.
(Some attribute renaming ensued. Primarily _exc_info and _nf_exc_info.)

Modified Files:
--------------
pq/src:
client3.py (r1.17 -> r1.18)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/client3.py.diff?r1=1.17&r2=1.18)
transam.py (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/transam.py.diff?r1=1.7&r2=1.8)
pq/test:
client3.py (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/test/client3.py.diff?r1=1.8&r2=1.9)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-03-10 19:10:52 pgsql: Make $PostgreSQL CVS tags consistent for SGML files.
Previous Message James William Pye 2006-03-10 18:53:44 python - typ: Make record more "subclassable".