LIMIT_OPTION_DEFAULT has been removed as it's useless, use LIMIT_OPTION_COUNT

Relevant PG commit:
a6be0600ac3b71dda8277ab0fcbe59ee101ac1ce
a6be0600ac
pg17_kickoff
naisila 2024-07-10 16:21:42 +02:00
parent a23bf8803d
commit 651bcc705f
No known key found for this signature in database
GPG Key ID: A824BA9862D73E6D
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ BuildJobQuery(MultiNode *multiNode, List *dependentJobList)
List *sortClauseList = NIL; List *sortClauseList = NIL;
Node *limitCount = NULL; Node *limitCount = NULL;
Node *limitOffset = NULL; Node *limitOffset = NULL;
LimitOption limitOption = LIMIT_OPTION_DEFAULT; LimitOption limitOption = LIMIT_OPTION_COUNT;
Node *havingQual = NULL; Node *havingQual = NULL;
bool hasDistinctOn = false; bool hasDistinctOn = false;
List *distinctClause = NIL; List *distinctClause = NIL;