aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-10-23 10:25:46 +0900
committerMichael Paquier <michael@paquier.xyz>2019-10-23 10:25:46 +0900
commit399b8d13ca5cda44ed9c4aff10c85351d8e95cff (patch)
tree63799da55ba5b0d93ea826da9e7b0d8b577cadab /contrib/postgres_fdw/postgres_fdw.c
parent4f2ad52269750c9f04121251a23e7f6ed1fb911c (diff)
downloadpostgresql-399b8d13ca5cda44ed9c4aff10c85351d8e95cff.tar.gz
postgresql-399b8d13ca5cda44ed9c4aff10c85351d8e95cff.zip
Clean up properly error_context_stack in autovacuum worker on exception
Any callback set would have no meaning in the context of an exception. As an autovacuum worker exits quickly in this context, this could be only an issue within EmitErrorReport(), where the elog hook is for example called. That's unlikely to going to be a problem, but let's be clean and consistent with other code paths handling exceptions. This is present since 2909419, which introduced autovacuum. Author: Ashwin Agrawal Reviewed-by: Tom Lane, Michael Paquier Discussion: https://postgr.es/m/CALfoeisM+_+dgmAdAOHAu0k-ZpEHHqSSG=GRf3pKJGm8OqWX0w@mail.gmail.com Backpatch-through: 9.4
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions