Fixing crash for 11, 12 and 13

PG-588
Hamid Akhtar 2023-02-15 00:15:03 +05:00
parent 224a12e1ec
commit 5a0f717918
1 changed files with 1 additions and 1 deletions

View File

@ -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
/*