Fix for PG12
parent
90e53e6de7
commit
63a0679fee
|
@ -1279,11 +1279,14 @@ pgsm_ProcessUtility(PlannedStmt *pstmt, const char *queryString,
|
|||
dest,
|
||||
completionTag);
|
||||
#endif
|
||||
if (bump_level)
|
||||
nesting_level--;
|
||||
}
|
||||
PG_FINALLY();
|
||||
PG_CATCH();
|
||||
{
|
||||
if (bump_level)
|
||||
nesting_level--;
|
||||
PG_RE_THROW();
|
||||
}
|
||||
PG_END_TRY();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue