Issue - (#50): Assertion Failure when pg_stat_statment and pg_stat_monitor used together.
Jira: PG-140pull/55/head
parent
dea16f1878
commit
0e67d5d68d
|
@ -206,9 +206,6 @@ pgss_post_parse_analyze(ParseState *pstate, Query *query)
|
||||||
if (prev_post_parse_analyze_hook)
|
if (prev_post_parse_analyze_hook)
|
||||||
prev_post_parse_analyze_hook(pstate, query);
|
prev_post_parse_analyze_hook(pstate, query);
|
||||||
|
|
||||||
/* Assert we didn't do this already */
|
|
||||||
Assert(query->queryId == UINT64CONST(0));
|
|
||||||
|
|
||||||
/* Safety check... */
|
/* Safety check... */
|
||||||
if (!IsHashInitialize())
|
if (!IsHashInitialize())
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue