We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentaa7f949 commit817588bCopy full SHA for 817588b
src/backend/commands/tablecmds.c
@@ -5673,7 +5673,7 @@ ATPrepDropColumn(List **wqueue, Relation rel, bool recurse, bool recursing,
5673
}
5674
5675
/*
5676
- * Return value isthat of the dropped column.
+ * Return value isthe address of the dropped column.
5677
*/
5678
staticObjectAddress
5679
ATExecDropColumn(List**wqueue,Relationrel,constchar*colName,
@@ -10376,7 +10376,7 @@ MergeConstraintsIntoExisting(Relation child_rel, Relation parent_rel)
10376
* coninhcount and conislocal for inherited constraints are adjusted in
10377
* exactly the same way.
10378
*
10379
- * Return value is theOID of the relation that is no longer parent.
+ * Return value is theaddress of the relation that is no longer parent.
10380
10381
10382
ATExecDropInherit(Relationrel,RangeVar*parent,LOCKMODElockmode)