mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
Fixing crash for 11, 12 and 13
This commit is contained in:
@@ -475,7 +475,7 @@ pgsm_post_parse_analyze_internal(ParseState *pstate, Query *query, JumbleState *
|
||||
* that jstate is valid, it always will be for these versions.
|
||||
*/
|
||||
#if PG_VERSION_NUM < 140000
|
||||
query->queryId = get_query_id(&jstate, query);
|
||||
query->queryId = get_query_id(jstate, query);
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user