pgsql: Remove useless LIMIT_OPTION_DEFAULT value from LimitOption - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Remove useless LIMIT_OPTION_DEFAULT value from LimitOption
Date
Msg-id E1rEYNX-00AVPv-Cs@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a6be0600ac3b71dda8277ab0fcbe59ee101ac1ce

Modified Files
--------------
src/backend/parser/gram.y | 2 +-
src/include/nodes/nodes.h | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Provide multi-block smgrprefetch().
Next
From: Michael Paquier
Date:
Subject: pgsql: Refactor pgstat_prepare_io_time() with an input argument instead