Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bfebff commit d69fae2Copy full SHA for d69fae2
src/bin/initdb/initdb.c
@@ -3235,7 +3235,8 @@ main(int argc, char *argv[])
3235
appendShellString(start_db_cmd, pgdata_native);
3236
3237
/* add suggested -l switch and "start" command */
3238
- appendPQExpBufferStr(start_db_cmd, " -l logfile start");
+ /* translator: This is a placeholder in a shell command. */
3239
+ appendPQExpBuffer(start_db_cmd, " -l %s start", _("logfile"));
3240
3241
printf(_("\nSuccess. You can now start the database server using:\n\n"
3242
" %s\n\n"),
0 commit comments