]> 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:38 +0000 (13:37 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 15 Aug 2022 04:37:38 +0000 (13:37 +0900)
commit63b64d8270691894a9a8f2d4e929e7780020edb8
treed9daf566cd1517b2ac54d02f3c15d2563e940cc2
parent06602372b36df2b36e4db5ac30504dad878ea254
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