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 parent41179e7 commit54e07beCopy full SHA for 54e07be
src/backend/commands/tablecmds.c
@@ -5655,7 +5655,7 @@ ATPrepDropColumn(List **wqueue, Relation rel, bool recurse, bool recursing,
5655
}
5656
5657
/*
5658
- * Return value isthat of the dropped column.
+ * Return value isthe address of the dropped column.
5659
*/
5660
staticObjectAddress
5661
ATExecDropColumn(List**wqueue,Relationrel,constchar*colName,
@@ -10358,7 +10358,7 @@ MergeConstraintsIntoExisting(Relation child_rel, Relation parent_rel)
10358
* coninhcount and conislocal for inherited constraints are adjusted in
10359
* exactly the same way.
10360
*
10361
- * Return value is theOID of the relation that is no longer parent.
+ * Return value is theaddress of the relation that is no longer parent.
10362
10363
10364
ATExecDropInherit(Relationrel,RangeVar*parent,LOCKMODElockmode)