mirror of https://github.com/citusdata/citus.git
adding some changes
parent
e3c64011d9
commit
9ff2fbdfb3
|
@ -1271,7 +1271,6 @@ ValidateAndReturnVarIfSupported(Node *entryExpr)
|
||||||
* ON clause and verifies if there is a join, either left or right, with
|
* ON clause and verifies if there is a join, either left or right, with
|
||||||
* the distribution column of the given target. Once a match is found, it
|
* the distribution column of the given target. Once a match is found, it
|
||||||
* returns the index of that match in the source's target list.
|
* returns the index of that match in the source's target list.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
SourceResultPartitionColumnIndex(Query *mergeQuery, List *sourceTargetList,
|
SourceResultPartitionColumnIndex(Query *mergeQuery, List *sourceTargetList,
|
||||||
|
|
Loading…
Reference in New Issue