mirror of
https://github.com/postgres/postgres.git
synced 2026-03-10 02:01:23 -04:00
Fix bogus comments
Author: Amit Langote
This commit is contained in:
parent
41179e7ab3
commit
54e07be2df
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue