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

From Daniel Gustafsson
Subject Re: Option to dump foreign data in pg_dump
Date
Msg-id F6E4F71A-4471-46FA-AA4F-94B53B7B8C04@yesql.se
Whole thread Raw
In response to Re: Option to dump foreign data in pg_dump  (Luis Carril <luis.carril@swarm64.com>)
List pgsql-hackers
> On 12 Nov 2019, at 15:21, Luis Carril <luis.carril@swarm64.com> wrote:
>
>> The nitpicks have been addressed.  However, it seems that the new file
>> containing the test FDW seems missing from the new version of the patch.  Did
>> you forget to git add the file?
> Yes, I forgot, thanks for noticing. New patch attached again.

The patch applies, compiles and tests clean.  The debate whether we want to
allow dumping of foreign data at all will continue but I am marking the patch
as ready for committer as I believe it is ready for input on that level.

cheers ./daniel


pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions?
Next
From: Ranier Vilela
Date:
Subject: [PATCH][BUG FIX] Potential uninitialized vars used.