Address reviews

pull/7816/head
naisila 2024-12-30 15:11:29 +03:00
parent cf190e0489
commit 6997c3ff65
1 changed files with 1 additions and 1 deletions

View File

@ -1775,7 +1775,7 @@ ContainsRecurringRangeTable(List *rangeTable, RecurringTuplesType *recurType)
/* /*
* IsJsonTableRTE checks whether the RTE refers to a JSON_TABLE * IsJsonTableRTE checks whether the RTE refers to a JSON_TABLE
* table function, which was introduced in PostgreSQL 15. * table function, which was introduced in PostgreSQL 17.
*/ */
bool bool
IsJsonTableRTE(RangeTblEntry *rte) IsJsonTableRTE(RangeTblEntry *rte)