mirror of https://github.com/citusdata/citus.git
Merge pull request #2732 from citusdata/fix_a_typo
Fix a typo: WITH CARDINALITY -> WITH ORDINALITYpull/2716/head
commit
d4dbe8f008
|
@ -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 ||
|
||||||
|
|
Loading…
Reference in New Issue