handle SLRU in restore_datadir

This commit is contained in:
anastasia
2021-04-14 23:00:40 +03:00
committed by lubennikovaav
parent 913a91c541
commit 1190030872
5 changed files with 94 additions and 17 deletions

View File

@@ -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();
}