6fcf48ed61d1d4bb990f4e88e18f0c31d891dc2f
pg_isready
output to /dev/null
Fixed bug where restore commands were called inside pg_isready loop. Made CommandBuilder::build public. Redirected stdout for pg_isready calls to /dev/null via Stdio::null().
ahab
Installing
Clone this repo, with rust installed run this from root of the repo.
cargo install --path .
For printing of underlying commands install with debug
flag.
cargo install --path . --debug
Description
Languages
Rust
100%