Update version check for RTE_GROUP to use PG_VERSION_18 constant

Mehmet Yilmaz 2025-06-27 09:27:03 +00:00
parent 286fd07ff5
commit 5fe2502c0e
1 changed files with 1 additions and 1 deletions

View File

@ -4557,7 +4557,7 @@ FindReferencedTableColumn(Expr *columnExpression, List *parentQueryList, Query *
FindReferencedTableColumn(joinColumn, parentQueryList, query, column,
rteContainingReferencedColumn, skipOuterVars);
}
#if PG_VERSION_NUM >= 180000
#if PG_VERSION_NUM >= PG_VERSION_18
else if (rangeTableEntry->rtekind == RTE_GROUP)
{
/*