mirror of https://github.com/citusdata/citus.git
Fix a typo: WITH CARDINALITY -> WITH ORDINALITY
parent
aa74eea955
commit
23207a43e0
|
@ -1528,7 +1528,7 @@ ShouldTransformRTE(RangeTblEntry *rangeTableEntry)
|
|||
{
|
||||
/*
|
||||
* We should wrap only function rtes that are not LATERAL and
|
||||
* without WITH CARDINALITY clause
|
||||
* without WITH ORDINALITY clause
|
||||
* */
|
||||
if (rangeTableEntry->rtekind != RTE_FUNCTION ||
|
||||
rangeTableEntry->lateral ||
|
||||
|
|
Loading…
Reference in New Issue