Re: Option to dump foreign data in pg_dump

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Option to dump foreign data in pg_dump
Дата
Msg-id 20200325162553.GA19814@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: Option to dump foreign data in pg_dump  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
On 2020-Mar-24, Alvaro Herrera wrote:

> Hmm, but travis is failing on the cfbot, and I can't see why ...

My only guess, without further output, is that getopt_long is not liking
the [ "--include-foreign-data", "xxx" ] style of arguments in the Perl
array of the command to run (which we don't use with anywhere else in
the files I looked), so I changed it to [ "--include-foreign-data=xxx" ].
If this was not the problem, we'll need more info, which the buildfarm
will give us.

And pushed.  Thanks, Luis, and thanks to all reviewers.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Missing errcode() in ereport
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Some improvements to numeric sqrt() and ln()