mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 00:02:04 -04:00
Fix bogus comments
Author: Amit Langote
This commit is contained in:
parent
aa7f9493a0
commit
817588bc2b
@ -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
|
static ObjectAddress
|
||||||
ATExecDropColumn(List **wqueue, Relation rel, const char *colName,
|
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
|
* coninhcount and conislocal for inherited constraints are adjusted in
|
||||||
* exactly the same way.
|
* 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
|
static ObjectAddress
|
||||||
ATExecDropInherit(Relation rel, RangeVar *parent, LOCKMODE lockmode)
|
ATExecDropInherit(Relation rel, RangeVar *parent, LOCKMODE lockmode)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user