pgsql: Fix gen_node_support.pl for changed AclMode size

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix gen_node_support.pl for changed AclMode size
Date: 2022-11-25 13:58:59
Message-ID: E1oyZEI-000lmr-Q3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix gen_node_support.pl for changed AclMode size

omitted from 7b378237aa, mea culpa.

Complaint and fix from Amit Langote.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/50617a9aa37344c2dbc89dba0a2193723202e7aa

Modified Files
--------------
src/backend/nodes/gen_node_support.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2022-11-25 14:00:20 Re: pgsql: Expand AclMode to 64 bits
Previous Message Dean Rasheed 2022-11-25 13:34:10 pgsql: Fix rule-detection code for MERGE.