pgsql: Fix outdated --help message for postgres -f - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix outdated --help message for postgres -f
Date
Msg-id E1oNRu3-000ptU-Th@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1a05596eaaaaaa1e5596ef4c020a75ffaa762e32

Modified Files
--------------
src/backend/main/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Preserve memory context of VarStringSortSupport buffers.
Next
From: Michael Paquier
Date:
Subject: pgsql: Improve tab completion of ALTER TYPE in psql