Fix outdated --help message for postgres -f

Michael Paquier <michael@paquier.xyz>

Commit: a5d2337005820a2227d2d9970cdd5a7ac67bfc75
Author: Michael Paquier <michael@paquier.xyz>
Date: 2022-08-15T04:37:32Z
Releases: 15.0
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

Files

PathChange+/−
src/backend/main/main.c modified +1 −1

Discussion