diff options
Diffstat (limited to 'contrib/sepgsql/hooks.c')
-rw-r--r-- | contrib/sepgsql/hooks.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/sepgsql/hooks.c b/contrib/sepgsql/hooks.c index 992c70e8a06..49f32ac4d33 100644 --- a/contrib/sepgsql/hooks.c +++ b/contrib/sepgsql/hooks.c @@ -372,13 +372,11 @@ sepgsql_utility_command(PlannedStmt *pstmt, context, params, queryEnv, dest, completionTag); } - PG_CATCH(); + PG_FINALLY(); { sepgsql_context_info = saved_context_info; - PG_RE_THROW(); } PG_END_TRY(); - sepgsql_context_info = saved_context_info; } /* |