pgsql: Remove tests for pg_dumpall --exclude-database missing argument

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Remove tests for pg_dumpall --exclude-database missing argument
Дата
Msg-id E1gzncm-0003cC-54@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove tests for pg_dumpall --exclude-database missing argument

It turns out that different getopt implementations spell the error for
missing arguments different ways. This test is of fairly marginal
value, so instead of trying to keep up  with the different error
messages just remove the test.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/97b6f2eb759ce898ad632fd7b5db29f542b93454

Modified Files
--------------
src/bin/pg_dump/t/001_basic.pl | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add --exclude-database option to pg_dumpall
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix whitespace