python - be: Add catch and end convenience macro.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (User Jwp)
Тема python - be: Add catch and end convenience macro.
Дата
Msg-id 20050417021835.13A291FB621D@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: aglio@pgfoundry.org (User Aglio)
Дата:
Сообщение: newsysviews - newsysview: More fixes on grants.sql per IRC discussion
Следующее
От: jwp@pgfoundry.org (User Jwp)
Дата:
Сообщение: python - be: Add convenience macro.