pgsql: Fix thinko with definition of REINDEXOPT_MISSING_OK

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix thinko with definition of REINDEXOPT_MISSING_OK
Date: 2020-09-02 05:58:16
Message-ID: E1kDLmi-0004wI-PR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix thinko with definition of REINDEXOPT_MISSING_OK

This had no direct consequences, but let's be consistent and it would be
confusing when adding new flags. Oversight in 1d65416.

Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20200902024148.GB20149@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/01767533e37fa255722cc0088ed67a0309875963

Modified Files
--------------
src/include/nodes/parsenodes.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-09-02 08:03:57 pgsql: Add access method names to \d[i|m|t]+ in psql
Previous Message Fujii Masao 2020-09-02 01:56:29 pgsql: Avoid unnecessary acquisition of SyncRepLock in transaction comm