summaryrefslogtreecommitdiff
path: root/src/backend/commands
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2009-12-21 01:34:11 +0000
committerRobert Haas <rhaas@postgresql.org>2009-12-21 01:34:11 +0000
commitc7e4be59ae389f73b5d5145603eb8e4f2ba5a748 (patch)
tree03de5e8f39d63a49a1b567b959cac5d4784e6591 /src/backend/commands
parentcb05f5388d81ff35e00162764b66683e00b7be0d (diff)
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/commands')
-rw-r--r--src/backend/commands/comment.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/commands/comment.c b/src/backend/commands/comment.c
index d57ea25d9ca..39cc1debc1e 100644
--- a/src/backend/commands/comment.c
+++ b/src/backend/commands/comment.c
@@ -7,7 +7,7 @@
* Copyright (c) 1996-2009, PostgreSQL Global Development Group
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/commands/comment.c,v 1.109 2009/12/11 03:34:55 itagaki Exp $
+ * $PostgreSQL: pgsql/src/backend/commands/comment.c,v 1.110 2009/12/21 01:34:11 rhaas Exp $
*
*-------------------------------------------------------------------------
*/
@@ -1449,7 +1449,7 @@ CommentLargeObject(List *qualname, char *comment)
*
* See the comment in the inv_create() which describes
* the reason why LargeObjectRelationId is used instead
- * of the LargeObjectMetadataRelationId.
+ * of LargeObjectMetadataRelationId.
*/
CreateComments(loid, LargeObjectRelationId, 0, comment);
}