python - be: Add catch and end convenience macro.

From: jwp(at)pgfoundry(dot)org (User Jwp)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Add catch and end convenience macro.
Date: 2005-04-17 02:18:35
Message-ID: 20050417021835.13A291FB621D@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add catch and end convenience macro.

This will get use in various places where all that is left to do after the
PyErr_SetPostgresError() is a return(NULL) or a goto some_cleanup.

Modified Files:
--------------
be/include/pypg:
error.h (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/include/pypg/error.h.diff?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jwp 2005-04-17 02:19:50 python - be: Add convenience macro.
Previous Message User Aglio 2005-04-17 00:16:17 newsysviews - newsysview: More fixes on grants.sql per IRC discussion