Re: [patch] pg_test_timing does not prompt illegal option

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: [patch] pg_test_timing does not prompt illegal option
Дата
Msg-id alpine.DEB.2.21.1904171811340.26370@lancre
обсуждение исходный текст
Ответ на Re: [patch] pg_test_timing does not prompt illegal option  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [patch] pg_test_timing does not prompt illegal option  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
>> This is not the problem only for pg_test_timing. If you want to
>> address this, the patch needs to cover all the client commands
>> like psql, createuser. I'm not sure if it's worth doing that.
>
> I think it might be an actively bad idea.  There's a pretty
> widespread convention that "--" is a no-op switch indicating
> the end of switches.  At least some of our tools appear to
> honor that behavior (probably because glibc's getopt_long
> does; I do not think we are implementing it ourselves).

"src/port/getopt_long.c" checks for "--" as the end of options.

-- 
Fabien.



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [patch] pg_test_timing does not prompt illegal option
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Unhappy about API changes in the no-fsm-for-small-rels patch