Issue - (#50): Assertion Failure when pg_stat_statment and pg_stat_monitor used together.

Jira: PG-140
pull/55/head
Ibrar Ahmed 2020-10-12 17:44:57 +00:00
parent dea16f1878
commit 0e67d5d68d
1 changed files with 0 additions and 3 deletions

View File

@ -206,9 +206,6 @@ pgss_post_parse_analyze(ParseState *pstate, Query *query)
if (prev_post_parse_analyze_hook)
prev_post_parse_analyze_hook(pstate, query);
/* Assert we didn't do this already */
Assert(query->queryId == UINT64CONST(0));
/* Safety check... */
if (!IsHashInitialize())
return;