pgsql: Remove useless LIMIT_OPTION_DEFAULT value from LimitOption

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove useless LIMIT_OPTION_DEFAULT value from LimitOption
Date: 2023-12-16 17:23:07
Message-ID: E1rEYNX-00AVPv-Cs@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-12-16 19:18:23 pgsql: Refactor pgstat_prepare_io_time() with an input argument instead
Previous Message Thomas Munro 2023-12-16 04:53:15 pgsql: Provide multi-block smgrprefetch().