]> granicus.if.org Git - postgresql/commit
Fix bug reported by bobson: aclinsert3 would delete the 'world' entry
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 3 Nov 2000 19:01:36 +0000 (19:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 3 Nov 2000 19:01:36 +0000 (19:01 +0000)
commitaceec9ae1a924af316b309e57f168442323492bd
tree58b74139ae6858b636ae20c467d111e28cb9c268
parentdfda21e7a66a11a70c31c4cd625ae0d0988ed248
Fix bug reported by bobson: aclinsert3 would delete the 'world' entry
from an ACL list if it had no permissions remaining, which confused
aclcheck terribly.  Also clean up code a little.
src/backend/utils/adt/acl.c