File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 *
99 *
1010 * IDENTIFICATION
11- * $PostgreSQL: pgsql/src/backend/catalog/pg_largeobject.c,v 1.39 2010/02/26 02:00:37 momjian Exp $
11+ * $PostgreSQL: pgsql/src/backend/catalog/pg_largeobject.c,v 1.40 2010/06/09 21:14:28 rhaas Exp $
1212 *
1313 *-------------------------------------------------------------------------
1414 */
@@ -247,7 +247,7 @@ LargeObjectAlterOwner(Oid loid, Oid newOwnerId)
247247/*
248248 * LargeObjectExists
249249 *
250- * We don't use the system cache to for large object metadata, for fear of
250+ * We don't use the system cache for large object metadata, for fear of
251251 * using too much local memory.
252252 *
253253 * This function always scans the system catalog using SnapshotNow, so it
You can’t perform that action at this time.
0 commit comments