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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/catalog/aclchk.c back ...
Date: 2004-05-11 17:36:14
Message-ID: 20040511173614.7F197D1BB64@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-05-11 20:07:27 pgsql-server/src/backend/lib stringinfo.c
Previous Message Bruce Momjian 2004-05-11 13:44:06 pgsql-server/doc TODO