diff options
| author | Robert Haas <rhaas@postgresql.org> | 2009-12-21 01:34:11 +0000 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2009-12-21 01:34:11 +0000 |
| commit | c7e4be59ae389f73b5d5145603eb8e4f2ba5a748 (patch) | |
| tree | 03de5e8f39d63a49a1b567b959cac5d4784e6591 /src/backend/utils/adt/acl.c | |
| parent | cb05f5388d81ff35e00162764b66683e00b7be0d (diff) | |
| download | postgresql-c7e4be59ae389f73b5d5145603eb8e4f2ba5a748.tar.gz | |
More cleanups for the recent large object permissions patch.
Rewrite or adjust various comments for clarity. Remove one bogus comment that
doesn't reflect what the code actually does. Improve the description of the
lo_compat_privileges option.
Diffstat (limited to 'src/backend/utils/adt/acl.c')
| -rw-r--r-- | src/backend/utils/adt/acl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/utils/adt/acl.c b/src/backend/utils/adt/acl.c index 31cbbe7c76..098a191c25 100644 --- a/src/backend/utils/adt/acl.c +++ b/src/backend/utils/adt/acl.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/utils/adt/acl.c,v 1.152 2009/12/11 03:34:55 itagaki Exp $ + * $PostgreSQL: pgsql/src/backend/utils/adt/acl.c,v 1.153 2009/12/21 01:34:11 rhaas Exp $ * *------------------------------------------------------------------------- */ @@ -765,7 +765,6 @@ acldefault(GrantObjectType objtype, Oid ownerId) owner_default = ACL_ALL_RIGHTS_LANGUAGE; break; case ACL_OBJECT_LARGEOBJECT: - /* Grant SELECT,UPDATE by default, for now */ world_default = ACL_NO_RIGHTS; owner_default = ACL_ALL_RIGHTS_LARGEOBJECT; break; |
