Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 817588b

Browse files
committed
Fix bogus comments
Author: Amit Langote
1 parent aa7f949 commit 817588b

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
@@ -5673,7 +5673,7 @@ ATPrepDropColumn(List **wqueue, Relation rel, bool recurse, bool recursing,
56735673
}
56745674

56755675
/*
5676-
* Return value is that of the dropped column.
5676+
* Return value is the address of the dropped column.
56775677
*/
56785678
static ObjectAddress
56795679
ATExecDropColumn(List **wqueue, Relation rel, const char *colName,
@@ -10376,7 +10376,7 @@ MergeConstraintsIntoExisting(Relation child_rel, Relation parent_rel)
1037610376
* coninhcount and conislocal for inherited constraints are adjusted in
1037710377
* exactly the same way.
1037810378
*
10379-
* Return value is the OID of the relation that is no longer parent.
10379+
* Return value is the address of the relation that is no longer parent.
1038010380
*/
1038110381
static ObjectAddress
1038210382
ATExecDropInherit(Relation rel, RangeVar *parent, LOCKMODE lockmode)

0 commit comments

Comments
 (0)