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

Commit54e07be

Browse files
committed
Fix bogus comments
Author: Amit Langote
1 parent41179e7 commit54e07be

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
@@ -5655,7 +5655,7 @@ ATPrepDropColumn(List **wqueue, Relation rel, bool recurse, bool recursing,
56555655
}
56565656

56575657
/*
5658-
* Return value isthat of the dropped column.
5658+
* Return value isthe address of the dropped column.
56595659
*/
56605660
staticObjectAddress
56615661
ATExecDropColumn(List**wqueue,Relationrel,constchar*colName,
@@ -10358,7 +10358,7 @@ MergeConstraintsIntoExisting(Relation child_rel, Relation parent_rel)
1035810358
* coninhcount and conislocal for inherited constraints are adjusted in
1035910359
* exactly the same way.
1036010360
*
10361-
* Return value is theOID of the relation that is no longer parent.
10361+
* Return value is theaddress of the relation that is no longer parent.
1036210362
*/
1036310363
staticObjectAddress
1036410364
ATExecDropInherit(Relationrel,RangeVar*parent,LOCKMODElockmode)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp