pgsql: Renumber cursor option flags

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Renumber cursor option flags
Date: 2021-04-05 07:17:14
Message-ID: E1lTJU2-0001EU-F7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Renumber cursor option flags

Move the planner-control flags up so that there is more room for parse
options. Some pending patches need some room there, so do this
renumbering separately so that there is less potential for conflicts.

Branch
------
master

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

Modified Files
--------------
src/include/nodes/parsenodes.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-04-05 14:57:22 Re: pgsql: Refactor all TAP test suites doing connection checks
Previous Message Tom Lane 2021-04-05 02:41:15 Re: pgsql: Fix confusion in SP-GiST between attribute type and leaf storage