diff --git a/src/backend/catalog/catalog.c b/src/backend/catalog/catalog.c index 2547f33552ea681584fb56bcccd994c7beb4ccaf..79b71b349122314458c141489567e8d50e97eb03 100644 --- a/src/backend/catalog/catalog.c +++ b/src/backend/catalog/catalog.c @@ -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. */