pgsql: Fix outdated --help message for postgres -f

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix outdated --help message for postgres -f
Дата
Msg-id E1oNRu3-000ptR-TD@gemulon.postgresql.org
обсуждение исходный текст
Список 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_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6e086bb1dbeb65598a2775df2611c67e8c58bf27

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Preserve memory context of VarStringSortSupport buffers.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Improve tab completion of ALTER TYPE in psql