Skip to content

Commit 54e07be

Browse files
committed
Fix bogus comments
Author: Amit Langote
1 parent 41179e7 commit 54e07be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/commands/tablecmds.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -5655,7 +5655,7 @@ ATPrepDropColumn(List **wqueue, Relation rel, bool recurse, bool recursing,
56555655
}
56565656

56575657
/*
5658-
* Return value is that of the dropped column.
5658+
* Return value is the address of the dropped column.
56595659
*/
56605660
static ObjectAddress
56615661
ATExecDropColumn(List **wqueue, Relation rel, const char *colName,
@@ -10358,7 +10358,7 @@ MergeConstraintsIntoExisting(Relation child_rel, Relation parent_rel)
1035810358
* coninhcount and conislocal for inherited constraints are adjusted in
1035910359
* exactly the same way.
1036010360
*
10361-
* Return value is the OID of the relation that is no longer parent.
10361+
* Return value is the address of the relation that is no longer parent.
1036210362
*/
1036310363
static ObjectAddress
1036410364
ATExecDropInherit(Relation rel, RangeVar *parent, LOCKMODE lockmode)

0 commit comments

Comments
 (0)