mirror of https://github.com/citusdata/citus.git
LIMIT_OPTION_DEFAULT has been removed as it's useless, use LIMIT_OPTION_COUNT
Relevant PG commit:
a6be0600ac3b71dda8277ab0fcbe59ee101ac1ce
a6be0600ac
pg17_kickoff
parent
a23bf8803d
commit
651bcc705f
|
@ -547,7 +547,7 @@ BuildJobQuery(MultiNode *multiNode, List *dependentJobList)
|
|||
List *sortClauseList = NIL;
|
||||
Node *limitCount = NULL;
|
||||
Node *limitOffset = NULL;
|
||||
LimitOption limitOption = LIMIT_OPTION_DEFAULT;
|
||||
LimitOption limitOption = LIMIT_OPTION_COUNT;
|
||||
Node *havingQual = NULL;
|
||||
bool hasDistinctOn = false;
|
||||
List *distinctClause = NIL;
|
||||
|
|
Loading…
Reference in New Issue