pub(crate) fn with_postgres(argv: &[String]) -> Result<()>
Starts Postgres, exports DATABASE_URL, and runs the given command.
The cluster stops when Postgres drops, including on the error paths.
Postgres