Extra periods in pg_dump messages

Поиск
Список
Период
Сортировка
От Kyotaro Horiguchi
Тема Extra periods in pg_dump messages
Дата
Msg-id 20231130.103900.2069212175914114279.horikyota.ntt@gmail.com
обсуждение исходный текст
Ответы Re: Extra periods in pg_dump messages  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-hackers
Sorry for the sequential mails.

In the bleeding-edge version of pg_dump, when a conditionspecifying an
index, for example, is described in an object filter file, the
following message is output. However, there is a period at the end of
the line. Shouldn't this be removed?

$ pg_dump --filter=/tmp/hoge.filter
pg_dump: error: invalid format in filter read from "/tmp/hoge.filter" on line 1: include filter for "index" is not
allowed.

The attached patch includes modifications related to the calls to
pg_log_filter_error().

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center

Вложения

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

Предыдущее
От: Lev Kokotov
Дата:
Сообщение: Bug in pgbench prepared statements
Следующее
От: Peter Smith
Дата:
Сообщение: Re: logical decoding and replication of sequences, take 2