python - be: Add catch and end convenience macro. - Mailing list pgsql-committers

From jwp@pgfoundry.org (User Jwp)
Subject python - be: Add catch and end convenience macro.
Date
Msg-id 20050417021835.13A291FB621D@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: aglio@pgfoundry.org (User Aglio)
Date:
Subject: newsysviews - newsysview: More fixes on grants.sql per IRC discussion
Next
From: jwp@pgfoundry.org (User Jwp)
Date:
Subject: python - be: Add convenience macro.