forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1d71f3c
committed
Improve confusing variable names
The prototype calls the second argument ofpgstat_progress_update_multi_param() "index", and some callers nametheir local variable that way. But when the surrounding code dealswith index relations, this is confusing, and in at least one caseshadowed another variable that is referring to an index relation.Adjust those call sites to have clearer local variable naming, similarto existing callers in indexcmds.c.1 parent4ad31bb commit1d71f3c
2 files changed
+12
-12
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
486 | 486 |
| |
487 | 487 |
| |
488 | 488 |
| |
489 |
| - | |
| 489 | + | |
490 | 490 |
| |
491 | 491 |
| |
492 | 492 |
| |
493 | 493 |
| |
494 |
| - | |
| 494 | + | |
495 | 495 |
| |
496 | 496 |
| |
497 | 497 |
| |
498 | 498 |
| |
499 |
| - | |
| 499 | + | |
500 | 500 |
| |
501 | 501 |
| |
502 | 502 |
| |
|
Lines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3045 | 3045 |
| |
3046 | 3046 |
| |
3047 | 3047 |
| |
3048 |
| - | |
| 3048 | + | |
3049 | 3049 |
| |
3050 | 3050 |
| |
3051 | 3051 |
| |
3052 | 3052 |
| |
3053 | 3053 |
| |
3054 | 3054 |
| |
3055 | 3055 |
| |
3056 |
| - | |
| 3056 | + | |
3057 | 3057 |
| |
3058 | 3058 |
| |
3059 | 3059 |
| |
3060 | 3060 |
| |
3061 | 3061 |
| |
3062 |
| - | |
| 3062 | + | |
3063 | 3063 |
| |
3064 | 3064 |
| |
3065 | 3065 |
| |
| |||
3351 | 3351 |
| |
3352 | 3352 |
| |
3353 | 3353 |
| |
3354 |
| - | |
| 3354 | + | |
3355 | 3355 |
| |
3356 | 3356 |
| |
3357 | 3357 |
| |
3358 | 3358 |
| |
3359 | 3359 |
| |
3360 | 3360 |
| |
3361 |
| - | |
| 3361 | + | |
3362 | 3362 |
| |
3363 | 3363 |
| |
3364 | 3364 |
| |
3365 | 3365 |
| |
3366 |
| - | |
| 3366 | + | |
3367 | 3367 |
| |
3368 | 3368 |
| |
3369 | 3369 |
| |
| |||
3420 | 3420 |
| |
3421 | 3421 |
| |
3422 | 3422 |
| |
3423 |
| - | |
| 3423 | + | |
3424 | 3424 |
| |
3425 | 3425 |
| |
3426 | 3426 |
| |
3427 | 3427 |
| |
3428 |
| - | |
| 3428 | + | |
3429 | 3429 |
| |
3430 | 3430 |
| |
3431 | 3431 |
| |
3432 | 3432 |
| |
3433 |
| - | |
| 3433 | + | |
3434 | 3434 |
| |
3435 | 3435 |
| |
3436 | 3436 |
| |
|
0 commit comments
Comments
(0)