Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita2ee579

Browse files
committed
Repair whitespace in initdb message.
What used to be four spaces somehow turned into a tab and a couple ofspaces in commita00c583, no doubt from overhelpful emacs autoindent.Noted by Peter Eisentraut.
1 parentdcb12ce commita2ee579

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
@@ -3604,7 +3604,7 @@ main(int argc, char *argv[])
36043604
appendPQExpBufferStr(start_db_cmd," -l logfile start");
36053605

36063606
printf(_("\nSuccess. You can now start the database server using:\n\n"
3607-
" %s\n\n"),
3607+
" %s\n\n"),
36083608
start_db_cmd->data);
36093609

36103610
destroyPQExpBuffer(start_db_cmd);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp