Commit f3830833 authored by Robert Haas's avatar Robert Haas

Remove stray word from comment.

parent a5ec2986
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/catalog/pg_largeobject.c,v 1.39 2010/02/26 02:00:37 momjian Exp $ * $PostgreSQL: pgsql/src/backend/catalog/pg_largeobject.c,v 1.40 2010/06/09 21:14:28 rhaas Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -247,7 +247,7 @@ LargeObjectAlterOwner(Oid loid, Oid newOwnerId) ...@@ -247,7 +247,7 @@ LargeObjectAlterOwner(Oid loid, Oid newOwnerId)
/* /*
* LargeObjectExists * LargeObjectExists
* *
* We don't use the system cache to for large object metadata, for fear of * We don't use the system cache for large object metadata, for fear of
* using too much local memory. * using too much local memory.
* *
* This function always scans the system catalog using SnapshotNow, so it * This function always scans the system catalog using SnapshotNow, so it
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment