Fixing crash for 11, 12 and 13

This commit is contained in:
Hamid Akhtar
2023-02-15 00:15:03 +05:00
parent 224a12e1ec
commit 5a0f717918

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. * that jstate is valid, it always will be for these versions.
*/ */
#if PG_VERSION_NUM < 140000 #if PG_VERSION_NUM < 140000
query->queryId = get_query_id(&jstate, query); query->queryId = get_query_id(jstate, query);
#endif #endif
/* /*