mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 05:52:55 +00:00
handle SLRU in restore_datadir
This commit is contained in:
@@ -41,12 +41,9 @@ impl TestStorageControlPlane {
|
||||
});
|
||||
pserver.init();
|
||||
|
||||
if pgdata_base_path.is_empty()
|
||||
{
|
||||
if pgdata_base_path.is_empty() {
|
||||
pserver.start().unwrap();
|
||||
}
|
||||
else
|
||||
{
|
||||
} else {
|
||||
pserver.start_fromdatadir(pgdata_base_path).unwrap();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user