mirror of https://github.com/citusdata/citus.git
Style fix
parent
7f2c420da9
commit
6907148561
|
@ -4762,7 +4762,6 @@ WorkerLimitCount(Node *limitCount, Node *limitOffset, OrderByLimitReference
|
||||||
workerLimitCount = workerLimitCount + workerOffsetCount;
|
workerLimitCount = workerLimitCount + workerOffsetCount;
|
||||||
workerLimitNode = (Node *) MakeIntegerConstInt64(workerLimitCount);
|
workerLimitNode = (Node *) MakeIntegerConstInt64(workerLimitCount);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* display debug message on limit push down */
|
/* display debug message on limit push down */
|
||||||
|
|
Loading…
Reference in New Issue