Merge branch 'main' into problame/move-pageserver-config-into-api-crate

This commit is contained in:
Christian Schwarz
2024-05-03 15:20:24 +00:00
20 changed files with 801 additions and 163 deletions

View File

@@ -382,7 +382,10 @@ impl LocalEnv {
// Find neon binaries.
if env.neon_distrib_dir == Path::new("") {
env.neon_distrib_dir = env::current_exe()?.parent().unwrap().to_owned();
env::current_exe()?
.parent()
.unwrap()
.clone_into(&mut env.neon_distrib_dir);
}
if env.pageservers.is_empty() {