]> 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:44 +0000 (13:37 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 15 Aug 2022 04:37:44 +0000 (13:37 +0900)
commit6e086bb1dbeb65598a2775df2611c67e8c58bf27
treeacfcf2a192ad6d9431ac0c47cb0c4573b1d148e7
parent84f9691a19fe781b29e5fa5acf1a9e7a87ed63ce
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