Обсуждение: pgsql-server/src backend/catalog/aclchk.c back ...

Поиск
Список
Период
Сортировка

pgsql-server/src backend/catalog/aclchk.c back ...

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.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.