]> granicus.if.org Git - postgresql/commit
Update obsolete comment.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 10 Oct 2012 21:04:37 +0000 (17:04 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 10 Oct 2012 21:04:37 +0000 (17:04 -0400)
commit864db11683df44dae51f8f9fc8a4c124e100d2f3
tree40ce70f6781117833fa3f685bc079d294c546d5b
parent8255566f9d479fdfeea09da3141d26afdbb5abe2
Update obsolete comment.

We no longer use GetNewOidWithIndex on pg_largeobject; rather,
pg_largeobject_metadata's regular OID column is considered the repository
of OIDs for large objects.  The special functionality is still needed for
TOAST tables however.
src/backend/catalog/catalog.c