Tom Lane <[email protected]> wrote: > 3. Establish a coding rule that if you catch an error with > PG_TRY() and don't re-throw it, you have to unblock signals in > your PG_CATCH block.
Could that be done in the PG_END_TRY macro? -- Kevin Grittner EDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
