]> granicus.if.org Git - postgresql/commitdiff
Fix bogus comments
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 15 Oct 2015 15:20:11 +0000 (12:20 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 15 Oct 2015 15:20:11 +0000 (12:20 -0300)
Author: Amit Langote

src/backend/commands/tablecmds.c

index 7668c9d771f893847826fcddbb1441b41f870acb..403582ccd53bd9a88ef729f1bcdf94d88efd7271 100644 (file)
@@ -5673,7 +5673,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,
@@ -10376,7 +10376,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)