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

Commit4b0fbfd

Browse files
committed
pg_ctl: Improve message
Change message for restarting a server from a directory without a PIDfile. This accounts for the case where a restart happens after aninitdb. The new message indicates that the start has not completed yetand might fail.Author: Jesper Pedersen <jesper.pedersen@redhat.com>
1 parent637a934 commit4b0fbfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_ctl/pg_ctl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ do_restart(void)
965965
write_stderr(_("%s: PID file \"%s\" does not exist\n"),
966966
progname,pid_file);
967967
write_stderr(_("Is server running?\n"));
968-
write_stderr(_("starting server anyway\n"));
968+
write_stderr(_("trying to start server anyway\n"));
969969
do_start();
970970
return;
971971
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp