projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bfebff
)
initdb: Re-add translatable string that got lost
author
Peter Eisentraut
<
[email protected]
>
Mon, 13 Mar 2017 13:10:49 +0000
(09:10 -0400)
committer
Peter Eisentraut
<
[email protected]
>
Mon, 13 Mar 2017 13:10:49 +0000
(09:10 -0400)
src/bin/initdb/initdb.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/initdb/initdb.c
b/src/bin/initdb/initdb.c
index da113bd2635d89fb71f509039208f7c6700da493..9b71e0042d80094f80ff002e69cef77ca8cba553 100644
(file)
--- a/
src/bin/initdb/initdb.c
+++ b/
src/bin/initdb/initdb.c
@@
-3235,7
+3235,8
@@
main(int argc, char *argv[])
appendShellString(start_db_cmd, pgdata_native);
/* add suggested -l switch and "start" command */
- appendPQExpBufferStr(start_db_cmd, " -l logfile start");
+ /* translator: This is a placeholder in a shell command. */
+ appendPQExpBuffer(start_db_cmd, " -l %s start", _("logfile"));
printf(_("\nSuccess. You can now start the database server using:\n\n"
" %s\n\n"),