pgsql: Update obsolete comment.

Started by Tom Lanealmost 14 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/864db11683df44dae51f8f9fc8a4c124e100d2f3

Modified Files
--------------
src/backend/catalog/catalog.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)