forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit88cfcbb
committed
pg_amcheck: Fix block number parsing on command line
The previous code wouldn't handle higher block numbers on systemswhere sizeof(long) == 4.Reviewed-by: Mark Dilger <mark.dilger@enterprisedb.com>Discussion:https://www.postgresql.org/message-id/flat/6a10a211-872b-3c4c-106b-909ae5fefa61%40enterprisedb.com1 parent4649003 commit88cfcbb
1 file changed
+11
-6
lines changedLines changed: 11 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
297 | 297 |
| |
298 | 298 |
| |
299 | 299 |
| |
| 300 | + | |
300 | 301 |
| |
301 | 302 |
| |
302 | 303 |
| |
| |||
409 | 410 |
| |
410 | 411 |
| |
411 | 412 |
| |
412 |
| - | |
413 |
| - | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
414 | 416 |
| |
415 | 417 |
| |
416 | 418 |
| |
417 | 419 |
| |
418 |
| - | |
| 420 | + | |
419 | 421 |
| |
420 | 422 |
| |
421 | 423 |
| |
422 | 424 |
| |
| 425 | + | |
423 | 426 |
| |
424 | 427 |
| |
425 |
| - | |
426 |
| - | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
427 | 431 |
| |
428 | 432 |
| |
429 | 433 |
| |
430 | 434 |
| |
431 |
| - | |
| 435 | + | |
432 | 436 |
| |
433 | 437 |
| |
434 | 438 |
| |
435 | 439 |
| |
| 440 | + | |
436 | 441 |
| |
437 | 442 |
| |
438 | 443 |
| |
|
0 commit comments
Comments
(0)