]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix outdated --help message for postgres -f
authorMichael Paquier <michael@paquier.xyz>
Mon, 15 Aug 2022 04:37:46 +0000 (13:37 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 15 Aug 2022 04:37:46 +0000 (13:37 +0900)
commit1a05596eaaaaaa1e5596ef4c020a75ffaa762e32
treee9719de91b1433dee7ad4d4f1acf86227c9fb67a
parentd3cf15dfccc508874255fe3c79005900c37a1e76
Fix outdated --help message for postgres -f

This option switch supports a total of 8 values, as told by
set_plan_disabling_options() and the documentation, but this was not
reflected in the output generated by --help.

Author: Junwang Zhao
Discussion: https://postgr.es/m/CAEG8a3+pT3cWzyjzKs184L1XMNm8NDnoJLiSjAYSO7XqpRh_vA@mail.gmail.com
Backpatch-through: 10
src/backend/main/main.c