Fix a typo: WITH CARDINALITY -> WITH ORDINALITY

pull/2732/head
Hadi Moshayedi 2019-05-24 15:49:17 -07:00
parent aa74eea955
commit 23207a43e0
1 changed files with 1 additions and 1 deletions

View File

@ -1528,7 +1528,7 @@ ShouldTransformRTE(RangeTblEntry *rangeTableEntry)
{ {
/* /*
* We should wrap only function rtes that are not LATERAL and * We should wrap only function rtes that are not LATERAL and
* without WITH CARDINALITY clause * without WITH ORDINALITY clause
* */ * */
if (rangeTableEntry->rtekind != RTE_FUNCTION || if (rangeTableEntry->rtekind != RTE_FUNCTION ||
rangeTableEntry->lateral || rangeTableEntry->lateral ||