]> 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:42 +0000 (13:37 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 15 Aug 2022 04:37:42 +0000 (13:37 +0900)
commite2915afbd701e548d985ce8b834cbd13ff802ea1
treebb0d8d12df63c186d568bb1dbf8e2b52a4daa96d
parentee8a2f9d7caa3e5d43146bdef5de0bab8252b133
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