Fix bogus comments
authorAlvaro Herrera
Thu, 15 Oct 2015 15:20:15 +0000 (12:20 -0300)
committerAlvaro Herrera
Thu, 15 Oct 2015 15:20:15 +0000 (12:20 -0300)
Author: Amit Langote

src/backend/commands/tablecmds.c

index 5dfdb8dd9aec3257031c7ec68eeaac9d453faf9e..3ed9c380fc23683d76d55518607b49d50547a612 100644 (file)
@@ -5655,7 +5655,7 @@ ATPrepDropColumn(List **wqueue, Relation rel, bool recurse, bool recursing,
 }
 
 /*
- * Return value is that of the dropped column.
+ * Return value is the address of the dropped column.
  */
 static ObjectAddress
 ATExecDropColumn(List **wqueue, Relation rel, const char *colName,
@@ -10358,7 +10358,7 @@ MergeConstraintsIntoExisting(Relation child_rel, Relation parent_rel)
  * coninhcount and conislocal for inherited constraints are adjusted in
  * exactly the same way.
  *
- * Return value is the OID of the relation that is no longer parent.
+ * Return value is the address of the relation that is no longer parent.
  */
 static ObjectAddress
 ATExecDropInherit(Relation rel, RangeVar *parent, LOCKMODE lockmode)