1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00

Remove obsolete comment about OID support

Reviewed-by: Alvaro Herrera <alvherre@alvh.no-ip.org>
Discussion: https://www.postgresql.org/message-id/flat/52a125e4-ff9a-95f5-9f61-b87cf447e4da@eisentraut.org
This commit is contained in:
Peter Eisentraut 2023-07-12 16:12:34 +02:00
parent 8c852ba9a4
commit adf333b4ed

View File

@ -843,9 +843,9 @@ AddNewAttributeTuples(Oid new_rel_oid,
} }
/* /*
* Next we add the system attributes. Skip OID if rel has no OIDs. Skip * Next we add the system attributes. Skip all for a view or type
* all for a view or type relation. We don't bother with making datatype * relation. We don't bother with making datatype dependencies here,
* dependencies here, since presumably all these types are pinned. * since presumably all these types are pinned.
*/ */
if (relkind != RELKIND_VIEW && relkind != RELKIND_COMPOSITE_TYPE) if (relkind != RELKIND_VIEW && relkind != RELKIND_COMPOSITE_TYPE)
{ {