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

Commit7b7344b

Browse files
michaelpqpull[bot]
authored andcommitted
Fix outdated --help message for postgres -f
This option switch supports a total of 8 values, as told byset_plan_disabling_options() and the documentation, but this was notreflected in the output generated by --help.Author: Junwang ZhaoDiscussion:https://postgr.es/m/CAEG8a3+pT3cWzyjzKs184L1XMNm8NDnoJLiSjAYSO7XqpRh_vA@mail.gmail.comBackpatch-through: 10
1 parentd86ae36 commit7b7344b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/main/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ help(const char *progname)
351351
printf(_(" -?, --help show this help, then exit\n"));
352352

353353
printf(_("\nDeveloper options:\n"));
354-
printf(_(" -f s|i|n|m|h forbid use of some plan types\n"));
354+
printf(_(" -f s|i|o|b|t|n|m|h forbid use of some plan types\n"));
355355
printf(_(" -n do not reinitialize shared memory after abnormal exit\n"));
356356
printf(_(" -O allow system table structure changes\n"));
357357
printf(_(" -P disable system indexes\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp