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