diff --git a/control_plane/src/compute.rs b/control_plane/src/compute.rs index 452f64b5b5..9cbde05f70 100644 --- a/control_plane/src/compute.rs +++ b/control_plane/src/compute.rs @@ -382,6 +382,7 @@ impl PostgresNode { self.pgdata().to_str().unwrap(), "-l", self.pgdata().join("log").to_str().unwrap(), + "-w", //wait till pg_ctl actually does what was asked ], args, ]