forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit64a62eb
committed
Use int instead of size_t in procarray.c.
All size_t variables declared in procarray.c are actually int ones.Let's use int instead of size_t for those variables. Which wouldreduce Wsign-compare compiler warnings.Back-patch to v14 where commit941697c added size_t variablesin procarray.c, to make future back-patching easy thoughthis patch is classified as refactoring only.Reported-by: Ranier VilelaAuthor: Ranier Vilela, Aleksander Alekseevhttps://postgr.es/m/CAEudQAqyoTZC670xWi6w-Oe2_Bk1bfu2JzXz6xRfiOUzm7xbyQ@mail.gmail.com1 parent0c39c29 commit64a62eb
1 file changed
+7
-7
lines changedLines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
714 | 714 |
| |
715 | 715 |
| |
716 | 716 |
| |
717 |
| - | |
| 717 | + | |
718 | 718 |
| |
719 | 719 |
| |
720 | 720 |
| |
| |||
886 | 886 |
| |
887 | 887 |
| |
888 | 888 |
| |
889 |
| - | |
| 889 | + | |
890 | 890 |
| |
891 | 891 |
| |
892 | 892 |
| |
| |||
1366 | 1366 |
| |
1367 | 1367 |
| |
1368 | 1368 |
| |
1369 |
| - | |
| 1369 | + | |
1370 | 1370 |
| |
1371 | 1371 |
| |
1372 | 1372 |
| |
| |||
1443 | 1443 |
| |
1444 | 1444 |
| |
1445 | 1445 |
| |
1446 |
| - | |
| 1446 | + | |
1447 | 1447 |
| |
1448 | 1448 |
| |
1449 | 1449 |
| |
| |||
2209 | 2209 |
| |
2210 | 2210 |
| |
2211 | 2211 |
| |
2212 |
| - | |
| 2212 | + | |
2213 | 2213 |
| |
2214 | 2214 |
| |
2215 | 2215 |
| |
| |||
2291 | 2291 |
| |
2292 | 2292 |
| |
2293 | 2293 |
| |
2294 |
| - | |
| 2294 | + | |
2295 | 2295 |
| |
2296 | 2296 |
| |
2297 | 2297 |
| |
| |||
2301 | 2301 |
| |
2302 | 2302 |
| |
2303 | 2303 |
| |
2304 |
| - | |
| 2304 | + | |
2305 | 2305 |
| |
2306 | 2306 |
| |
2307 | 2307 |
| |
|
0 commit comments
Comments
(0)