[COMMITTERS] pgsql: Add missing options to pg_regress help() output

Поиск
Список
Период
Сортировка
От Joe Conway
Тема [COMMITTERS] pgsql: Add missing options to pg_regress help() output
Дата
Msg-id E1e393K-0006Gj-IK@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add missing options to pg_regress help() output

A few command line options accepted by pg_regress were not being output
by help(), including --help itself. Add that one, as well as --version
and --bindir, and the corresponding short options for the first two.

We could consider this for backpatching, but it did not seem worthwhile
and no one else advocated for it, so apply only to master for now.

Author: Joe Conway
Reviewed-By: Tom Lane
Discussion: https://postgr.es/m/dd519469-06d7-2662-83ef-c926f6c4f0f1%40joeconway.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b81eba6a650186dc35b6a1fb8bde320d9c29055d

Modified Files
--------------
src/test/regress/pg_regress.c | 58 +++++++++++++++++++++++--------------------
1 file changed, 31 insertions(+), 27 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add pg_noinline macro to c.h.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Reinstate genhtml --prefix option for non-vpath builds