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

Commitcdf8bcb

Browse files
committed
pg_ctl: Sort signal list in --help output
The list was neither logical nor numerical nor alphabetical. Let's gowith alphabetical.
1 parent4c39a09 commitcdf8bcb

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
@@ -1791,7 +1791,7 @@ do_help(void)
17911791
printf(_(" immediate quit without complete shutdown; will lead to recovery on restart\n"));
17921792

17931793
printf(_("\nAllowed signal names for kill:\n"));
1794-
printf(" HUP INT QUIT ABRT TERM USR1 USR2\n");
1794+
printf("ABRTHUP INT QUIT TERM USR1 USR2\n");
17951795

17961796
#if defined(WIN32)|| defined(__CYGWIN__)
17971797
printf(_("\nOptions for register and unregister:\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp