CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 04/05/11 14:36:13
Modified files:
src/backend/catalog: aclchk.c
src/backend/executor: execMain.c
src/include/utils: acl.h
Log message:
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.
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2004-05-11 20:07:27 |
| Subject: pgsql-server/src/backend/lib stringinfo.c |
| Previous: | From: Bruce Momjian | Date: 2004-05-11 13:44:06 |
| Subject: pgsql-server/doc TODO |