]> granicus.if.org Git - postgresql/commit
Correct permissions-checking bugs associated with ancient decision to
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 5 Jun 2001 19:34:56 +0000 (19:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 5 Jun 2001 19:34:56 +0000 (19:34 +0000)
commitfb97d2b6bf03929ea70293fee37539e132ec8519
tree7a3cbe1ccc7690e2c78fa87ce151e44da677b1f2
parentcdd230d62899455cc07ba1caf68387fb834d5bd2
Correct permissions-checking bugs associated with ancient decision to
copy PUBLIC access rights into each newly created ACL entry.  Instead
treat each ACL entry as independent flags.  Also clean up some ugliness
in acl.h API.
src/backend/catalog/aclchk.c
src/backend/commands/comment.c
src/backend/commands/remove.c
src/backend/utils/adt/acl.c
src/include/utils/acl.h