mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-18 05:30:37 +00:00
When using spawn + wait_with_output instead of std::process::Command::output or tokio::process::Command::output we must configure the redirection. Fixes: #6523 by discarding the stdout completely, we only care about stderr if any.