Expand AclMode to 64 bits
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 23 Nov 2022 19:41:30 +0000 (14:41 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 23 Nov 2022 19:43:16 +0000 (14:43 -0500)
commit7b378237aa805711353075de142021b1d40ff3b0
tree235368c46f64f7c4702a74e85ac4c412de0db657
parentb6074846cebc33d752f1d9a66e5a9932f21ad177
Expand AclMode to 64 bits

We're running out of bits for new permissions. This change doubles the
number of permissions we can accomodate from 16 to 32, so the
forthcoming new ones for vacuum/analyze don't exhaust the pool.

Nathan Bossart

Reviewed by: Bharath Rupireddy, Kyotaro Horiguchi, Stephen Frost, Robert
Haas, Mark Dilger, Tom Lane, Corey Huinker, David G. Johnston, Michael
Paquier.

Discussion: https://postgr.es/m/20220722203735.GB3996698@nathanxps13
src/backend/nodes/outfuncs.c
src/bin/pg_upgrade/check.c
src/include/catalog/catversion.h
src/include/catalog/pg_type.dat
src/include/nodes/parsenodes.h
src/include/utils/acl.h