mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
possible to trap an error inside a function rather than letting it propagate out to PostgresMain. You still have to use AbortCurrentTransaction to clean up, but at least the error handling itself will cooperate.