forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9a83afe
committed
Widen tuple counter variables from long to int64
Mistake inab0dfc9; progress reporting would have wrapped aroundfor indexes created with more than 2^31 tuples.Reported-by: Peter GeogheganDiscussion:https://postgr.es/m/CAH2-Wz=WbNxc5ob5NJ9yqo2RMJ0q4HXDS30GVCobeCvC9A1L9A@mail.gmail.com1 parent3dbb317 commit9a83afe
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
121 |
| - | |
| 121 | + | |
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1130 | 1130 |
| |
1131 | 1131 |
| |
1132 | 1132 |
| |
1133 |
| - | |
| 1133 | + | |
1134 | 1134 |
| |
1135 | 1135 |
| |
1136 | 1136 |
| |
|
0 commit comments
Comments
(0)