mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Repair whitespace in initdb message.
What used to be four spaces somehow turned into a tab and a couple of
spaces in commit a00c58314
, no doubt from overhelpful emacs autoindent.
Noted by Peter Eisentraut.
This commit is contained in:
@@ -3604,7 +3604,7 @@ main(int argc, char *argv[])
|
|||||||
appendPQExpBufferStr(start_db_cmd, " -l logfile start");
|
appendPQExpBufferStr(start_db_cmd, " -l logfile start");
|
||||||
|
|
||||||
printf(_("\nSuccess. You can now start the database server using:\n\n"
|
printf(_("\nSuccess. You can now start the database server using:\n\n"
|
||||||
" %s\n\n"),
|
" %s\n\n"),
|
||||||
start_db_cmd->data);
|
start_db_cmd->data);
|
||||||
|
|
||||||
destroyPQExpBuffer(start_db_cmd);
|
destroyPQExpBuffer(start_db_cmd);
|
||||||
|
Reference in New Issue
Block a user