Refactor low-level aclcheck code to provide useful interfaces for multi-bit
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 May 2004 17:36:13 +0000 (17:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 May 2004 17:36:13 +0000 (17:36 +0000)
commit5ddbe904c0f6d0dc67597b43b7823cc54300b638
treee7e292be13bda61ebec0deee0e8ee4d4b2f85580
parentf739deb50fbcc4c275f2d90daa2bd997ff9d0c7c
Refactor low-level aclcheck code to provide useful interfaces for multi-bit
permissions tests in about the same amount of code as before.  Exactly what
the GRANT/REVOKE code ought to be doing is still up for debate, but this
should be helpful in any case, and it already solves an efficiency problem
in executor startup.
src/backend/catalog/aclchk.c
src/backend/executor/execMain.c
src/include/utils/acl.h