forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2ea4b29
committed
Fix typos and incorrect type in read_stream.c
max_ios should be int rather than int16, otherwise there's not muchpoint in doing:max_ios = Min(max_ios, PG_INT16_MAX);Discussion:https://postgr.es/m/CAApHDvr9Un-XpDr_+AFdOGM38O2K8SpfoHimqZ838gguTGYBiQ@mail.gmail.com1 parent5cd72cc commit2ea4b29
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 |
| - | |
| 29 | + | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
418 | 418 |
| |
419 | 419 |
| |
420 | 420 |
| |
421 |
| - | |
| 421 | + | |
422 | 422 |
| |
423 | 423 |
| |
424 | 424 |
| |
| |||
447 | 447 |
| |
448 | 448 |
| |
449 | 449 |
| |
| 450 | + | |
| 451 | + | |
450 | 452 |
| |
451 | 453 |
| |
452 | 454 |
| |
|
0 commit comments
Comments
(0)