forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf927a6e
committed
Fix comment in CheckIndexCompatible().
Commit5f17304 removed the parameter "heapRelation" fromCheckIndexCompatible(), but forgot to remove the mention of itfrom the comment. This commit removes that unnecessary mention.Also this commit adds the missing mention of the parameter "oldId"in the comment.Author: Yugo NagataReviewed-by: Nathan Bossart, Fujii MasaoDiscussion:https://postgr.es/m/20220204014634.b39314f278ff4ae3de96e201@sraoss.co.jp1 parent94c49d5 commitf927a6e
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 |
| - | |
| 132 | + | |
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
|
0 commit comments
Comments
(0)