Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit817588b

Browse files
committed
Fix bogus comments
Author: Amit Langote
1 parentaa7f949 commit817588b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/commands/tablecmds.c

Lines changed: 2 additions & 2 deletions
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 isthat of the dropped column.
5676+
* Return value isthe address of the dropped column.
56775677
*/
56785678
staticObjectAddress
56795679
ATExecDropColumn(List**wqueue,Relationrel,constchar*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 theOID of the relation that is no longer parent.
10379+
* Return value is theaddress of the relation that is no longer parent.
1038010380
*/
1038110381
staticObjectAddress
1038210382
ATExecDropInherit(Relationrel,RangeVar*parent,LOCKMODElockmode)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp