theseus-rs / postgresql-embedded

Embed PostgreSQL database
Apache License 2.0
34 stars 5 forks source link

Start process doesn't gets completed in windows #99

Closed hchockarprasad closed 3 days ago

hchockarprasad commented 1 week ago

I think pg_ctl start command waits forever during startup

let mut db = PostgreSQL::new(settings);
db.setup().await.unwrap();
println!("setup complete");
db.start().await.unwrap();
println!("Never reached");
brianheineman commented 5 days ago

Hello @hchockarprasad thank you for the bug report. I was able to reproduce the issue and correct it within my environment. The fix has been released in 0.14.1.