Skip to content

Commit ef6f047

Browse files
committed
Fix incorrect format placeholder
1 parent c59278a commit ef6f047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/initdb/initdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ bootstrap_template1(void)
14061406
unsetenv("PGCLIENTENCODING");
14071407

14081408
snprintf(cmd, sizeof(cmd),
1409-
"\"%s\" --boot -X %u %s %s %s %s",
1409+
"\"%s\" --boot -X %d %s %s %s %s",
14101410
backend_exec,
14111411
wal_segment_size_mb * (1024 * 1024),
14121412
data_checksums ? "-k" : "",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy