mirror of
https://github.com/postgres/postgres.git
synced 2026-04-24 23:57:18 -04:00
Fix incorrect format placeholder
This commit is contained in:
parent
c59278a1aa
commit
ef6f047d2c
1 changed files with 1 additions and 1 deletions
|
|
@ -1406,7 +1406,7 @@ bootstrap_template1(void)
|
|||
unsetenv("PGCLIENTENCODING");
|
||||
|
||||
snprintf(cmd, sizeof(cmd),
|
||||
"\"%s\" --boot -X %u %s %s %s %s",
|
||||
"\"%s\" --boot -X %d %s %s %s %s",
|
||||
backend_exec,
|
||||
wal_segment_size_mb * (1024 * 1024),
|
||||
data_checksums ? "-k" : "",
|
||||
|
|
|
|||
Loading…
Reference in a new issue