Merge pull request #2732 from citusdata/fix_a_typo

Fix a typo: WITH CARDINALITY -> WITH ORDINALITY
pull/2716/head
Hadi Moshayedi 2019-05-24 15:58:31 -07:00 committed by GitHub
commit d4dbe8f008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 ||