mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-26 01:20:38 +00:00
add -w flag to wait till pg_ctl actually finishes what was asked
This commit is contained in:
@@ -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,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user