mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
Fix for PG12
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user