mirror of https://github.com/citusdata/citus.git
Update version check for RTE_GROUP to use PG_VERSION_18 constant
parent
286fd07ff5
commit
5fe2502c0e
|
@ -4557,7 +4557,7 @@ FindReferencedTableColumn(Expr *columnExpression, List *parentQueryList, Query *
|
||||||
FindReferencedTableColumn(joinColumn, parentQueryList, query, column,
|
FindReferencedTableColumn(joinColumn, parentQueryList, query, column,
|
||||||
rteContainingReferencedColumn, skipOuterVars);
|
rteContainingReferencedColumn, skipOuterVars);
|
||||||
}
|
}
|
||||||
#if PG_VERSION_NUM >= 180000
|
#if PG_VERSION_NUM >= PG_VERSION_18
|
||||||
else if (rangeTableEntry->rtekind == RTE_GROUP)
|
else if (rangeTableEntry->rtekind == RTE_GROUP)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue