8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c852ba commit adf333bCopy full SHA for adf333b
src/backend/catalog/heap.c
@@ -843,9 +843,9 @@ AddNewAttributeTuples(Oid new_rel_oid,
843
}
844
845
/*
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.
+ * Next we add the system attributes. Skip all for a view or type
+ * relation. We don't bother with making datatype dependencies here,
+ * since presumably all these types are pinned.
849
*/
850
if (relkind != RELKIND_VIEW && relkind != RELKIND_COMPOSITE_TYPE)
851
{
0 commit comments