spgctl 7.37.24

SPG command-line client — speaks the self-built wire protocol.
1
2
3
4
5
6
7
8
9
//! v7.20 test-speed A — spgctl (perf_gate stays standalone: timing-sensitive) integration tests
//! merged into one target: one link instead of one per file,
//! libtest parallelises modules in-process.

#[allow(clippy::uninlined_format_args)]
mod e2e_revert;
#[allow(clippy::uninlined_format_args)]
mod e2e_wal_lint;
mod pitr_e2e;