Re: Option to dump foreign data in pg_dump - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Option to dump foreign data in pg_dump
Date
Msg-id 20200325162553.GA19814@alvherre.pgsql
Whole thread Raw
In response to Re: Option to dump foreign data in pg_dump  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Missing errcode() in ereport
Next
From: Tom Lane
Date:
Subject: Re: Some improvements to numeric sqrt() and ln()