Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit adf333b

Browse files
committed
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
1 parent 8c852ba commit adf333b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/catalog/heap.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -843,9 +843,9 @@ AddNewAttributeTuples(Oid new_rel_oid,
843843
}
844844

845845
/*
846-
* Next we add the system attributes. Skip OID if rel has no OIDs. Skip
847-
* all for a view or type relation. We don't bother with making datatype
848-
* dependencies here, since presumably all these types are pinned.
846+
* Next we add the system attributes. Skip all for a view or type
847+
* relation. We don't bother with making datatype dependencies here,
848+
* since presumably all these types are pinned.
849849
*/
850850
if (relkind != RELKIND_VIEW && relkind != RELKIND_COMPOSITE_TYPE)
851851
{

0 commit comments

Comments
 (0)