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

View File

@@ -1,5 +1,5 @@
{
"postgres-v16": "550ffa6495a5dc62fccc3a8b449386633758680b",
"postgres-v15": "ab67ab96355d61e9d0218630be4aa7db53bf83e7",
"postgres-v14": "6669a672ee14ab2c09d44c4552f9a13fad3afc10"
"postgres-v16": "825a713a4fc833a0924bf22ad34681de97c155a0",
"postgres-v15": "e45d092e4d2b09057671190a1c9d9292293cd6b7",
"postgres-v14": "1224330eee058ed6013840e2a6dace5af82150ac"
}