mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
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.
This commit is contained in:
parent
8255566f9d
commit
864db11683
@ -472,10 +472,10 @@ GetNewOid(Relation relation)
|
||||
*
|
||||
* This is exported separately because there are cases where we want to use
|
||||
* an index that will not be recognized by RelationGetOidIndex: TOAST tables
|
||||
* and pg_largeobject have indexes that are usable, but have multiple columns
|
||||
* and are on ordinary columns rather than a true OID column. This code
|
||||
* will work anyway, so long as the OID is the index's first column. The
|
||||
* caller must pass in the actual heap attnum of the OID column, however.
|
||||
* have indexes that are usable, but have multiple columns and are on
|
||||
* ordinary columns rather than a true OID column. This code will work
|
||||
* anyway, so long as the OID is the index's first column. The caller must
|
||||
* pass in the actual heap attnum of the OID column, however.
|
||||
*
|
||||
* Caller must have a suitable lock on the relation.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user