- Notifications
You must be signed in to change notification settings - Fork5k
Commitf1899f2
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 parent8d2d6ec commitf1899f2
1 file changed
+11
-6
lines changedLines changed: 11 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
298 | 298 |
| |
299 | 299 |
| |
300 | 300 |
| |
| 301 | + | |
301 | 302 |
| |
302 | 303 |
| |
303 | 304 |
| |
| |||
407 | 408 |
| |
408 | 409 |
| |
409 | 410 |
| |
410 |
| - | |
411 |
| - | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
412 | 414 |
| |
413 | 415 |
| |
414 | 416 |
| |
415 | 417 |
| |
416 |
| - | |
| 418 | + | |
417 | 419 |
| |
418 | 420 |
| |
419 | 421 |
| |
420 | 422 |
| |
| 423 | + | |
421 | 424 |
| |
422 | 425 |
| |
423 |
| - | |
424 |
| - | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
425 | 429 |
| |
426 | 430 |
| |
427 | 431 |
| |
428 | 432 |
| |
429 |
| - | |
| 433 | + | |
430 | 434 |
| |
431 | 435 |
| |
432 | 436 |
| |
433 | 437 |
| |
| 438 | + | |
434 | 439 |
| |
435 | 440 |
| |
436 | 441 |
| |
|
0 commit comments
Comments
(0)