forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9847ca2
committed
Standardize type of extend_by counter
The counter of extend_by loops is mixed int and uint32. Fix bystandardizing from int to uint32, to match the extend_by variable.Fixup for31966b1.Author: Ranier Vilela <ranier.vf@gmail.com>Reviewed-by: Gurjeet Singh <gurjeet@singh.im>Reviewed-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>Discussion:https://www.postgresql.org/message-id/flat/CAEudQAqHG-JP-YnG54ftL_b7v6-57rMKwET_MSvEoen0UHuPig@mail.gmail.com1 parent78a33bb commit9847ca2
2 files changed
+5
-5
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
955 | 955 |
| |
956 | 956 |
| |
957 | 957 |
| |
958 |
| - | |
| 958 | + | |
959 | 959 |
| |
960 | 960 |
| |
961 | 961 |
| |
| |||
1938 | 1938 |
| |
1939 | 1939 |
| |
1940 | 1940 |
| |
1941 |
| - | |
| 1941 | + | |
1942 | 1942 |
| |
1943 | 1943 |
| |
1944 | 1944 |
| |
| |||
2070 | 2070 |
| |
2071 | 2071 |
| |
2072 | 2072 |
| |
2073 |
| - | |
| 2073 | + | |
2074 | 2074 |
| |
2075 | 2075 |
| |
2076 | 2076 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
360 | 360 |
| |
361 | 361 |
| |
362 | 362 |
| |
363 |
| - | |
| 363 | + | |
364 | 364 |
| |
365 | 365 |
| |
366 | 366 |
| |
| |||
416 | 416 |
| |
417 | 417 |
| |
418 | 418 |
| |
419 |
| - | |
| 419 | + | |
420 | 420 |
| |
421 | 421 |
| |
422 | 422 |
| |
|
0 commit comments
Comments
(0)