Remove useless LIMIT_OPTION_DEFAULT value from LimitOption

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: a6be0600ac3b71dda8277ab0fcbe59ee101ac1ce
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2023-12-16T17:20:03Z
Releases: 17.0
Remove useless LIMIT_OPTION_DEFAULT value from LimitOption

During the development that led to commit 357889eb17bb, for a time we
had the value LIMIT_OPTION_DEFAULT, which was mostly but not completely
removed later on, before commit.  Complete the removal now.

Author: Zhang Mingli <avamingli@gmail.com>
Discussion: https://postgr.es/m/59d61a1a-3858-475a-964f-24468c97cc67@Spark

Files

PathChange+/−
src/backend/parser/gram.y modified +1 −1
src/include/nodes/nodes.h modified +0 −1

Discussion