| 425 | } |
| 426 | |
| 427 | static int midx_compaction_step_exec_copy(struct midx_compaction_step *step) |
| 428 | { |
| 429 | step->csum = xstrdup(midx_get_checksum_hex(step->u.copy)); |
| 430 | return 0; |
| 431 | } |
| 432 | |
| 433 | static int midx_compaction_step_exec_write(struct midx_compaction_step *step, |
| 434 | struct repack_write_midx_opts *opts, |
no test coverage detected