Merge branch 'main' into rocksdb_pageserver

This commit is contained in:
Konstantin Knizhnik
2021-04-21 19:05:02 +03:00
9 changed files with 6 additions and 29 deletions

View File

@@ -238,7 +238,7 @@ impl PostgresNode {
let mut client = self
.pageserver
.page_server_psql_client()
.with_context(|| "connecting to page erver failed")?;
.with_context(|| "connecting to page server failed")?;
fs::create_dir_all(&pgdata)
.with_context(|| format!("could not create data directory {}", pgdata.display()))?;