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 8
8
*
9
9
*
10
10
* 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 $
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
@@ -247,7 +247,7 @@ LargeObjectAlterOwner(Oid loid, Oid newOwnerId)
247
247
/*
248
248
* LargeObjectExists
249
249
*
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
251
251
* using too much local memory.
252
252
*
253
253
* This function always scans the system catalog using SnapshotNow, so it
You can’t perform that action at this time.
0 commit comments