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