Re: [HACKERS] Add support for tuple routing to foreign partitions

Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>

From: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
To: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>, Stephen Frost <sfrost@snowman.net>, Maksim Milyutin <milyutinma@gmail.com>, Robert Haas <robertmhaas@gmail.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2018-04-05T06:02:08Z
Lists: pgsql-hackers

Attachments

(2018/04/04 19:31), Etsuro Fujita wrote:
> Attached is an updated version of the patch set:
> * As before, patch foreign-routing-fdwapi-4.patch is created on top of
> patch postgres-fdw-refactoring-4.patch and the bug-fix patch [1].

I did a bit of cleanup and comment-rewording to patch 
foreign-routing-fdwapi-4.patch.  Attached is a new version of the patch 
set.  I renamed the postgres_fdw refactoring patch but no changes to 
that patch.

Best regards,
Etsuro Fujita

Commits

  1. Allow insert and update tuple routing and COPY for foreign tables.

  2. Refactor PgFdwModifyState creation/destruction into separate functions.