-
Notifications
You must be signed in to change notification settings - Fork 89
Commit 63c2810
committed
fix restoring highly compressed WAL
gzip surprisingly emits a lot of zeroes when compression ratio is high.
It triggered branch where FIO_PAGE_ZERO is emitted in agent but not handled
in fio_sned_file_gz properly.
Fix it.1 parent e39a31e commit 63c2810
1 file changed
+16
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2537 | 2537 |
| |
2538 | 2538 |
| |
2539 | 2539 |
| |
2540 | - | ||
2540 | + | ||
2541 | 2541 |
| |
2542 | 2542 |
| |
2543 | - | ||
2544 | - | ||
2543 | + | ||
2544 | + | ||
2545 | + | ||
2546 | + | ||
2547 | + | ||
2548 | + | ||
2549 | + | ||
2550 | + | ||
2551 | + | ||
2552 | + | ||
2553 | + | ||
2554 | + | ||
2555 | + | ||
2545 | 2556 |
| |
2546 | 2557 |
| |
2547 | 2558 |
| |
| |||
2552 | 2563 |
| |
2553 | 2564 |
| |
2554 | 2565 |
| |
2555 | - | ||
2566 | + | ||
2556 | 2567 |
| |
2557 | 2568 |
| |
2558 | 2569 |
| |
| |||
2569 | 2580 |
| |
2570 | 2581 |
| |
2571 | 2582 |
| |
2572 | - | ||
2583 | + | ||
2573 | 2584 |
| |
2574 | 2585 |
| |
2575 | 2586 |
| |
|
0 commit comments