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 368254f commit 4d5c734Copy full SHA for 4d5c734
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