Fix outdated --help message for postgres -f
authorMichael Paquier <michael@paquier.xyz>
Mon, 15 Aug 2022 04:36:36 +0000 (13:36 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 15 Aug 2022 04:36:36 +0000 (13:36 +0900)
commitf2108d3bd03d3cb101a8ddfa5fe127d30e7f47f4
tree51a6ba333979383381f6c95cb8f232e60ac827f1
parenta466219428a065ac24f7cec652f9188a5fba6f08
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