On Mon, Jul 25, 2016 at 6:04 PM, Tom Lane <[email protected]> wrote: > I suppose that a fix based on putting PG_TRY blocks into all the affected > functions might be simple enough that we'd risk back-patching it, but > I don't really want to go that way.
try/catch blocks aren't completely free, either, and PL/pgsql is not suffering from a deplorable excess of execution speed. -- Robert Haas EnterpriseDB: 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
