On Sat, Nov 5, 2016 at 4:15 AM, Tom Lane <[email protected]> wrote: > The callback is "live" the instant you assign to error_context_stack; > any data it depends on had better be valid before that. In this case > you're effectively depending on the assumption that > RelationGetRelationName can't throw an error.
Argh, that's obvious. Thanks for the notice. -- Michael -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
