Make it possible to specify wal_level in initdb

This commit is contained in:
Konstantin Knizhnik
2023-11-02 22:07:11 +02:00
parent 27bdbf5e36
commit 2da33f89fa
5 changed files with 7 additions and 6 deletions

View File

@@ -3340,6 +3340,7 @@ fn run_initdb(
.args(["-D", initdb_target_dir.as_ref()])
.args(["-U", &conf.superuser])
.args(["-E", "utf8"])
.args(["-l", "logical"])
.arg("--no-instructions")
// This is only used for a temporary installation that is deleted shortly after,
// so no need to fsync it