Re: [HACKERS] Add support for tuple routing to foreign partitions
Amit Langote <amitlangote09@gmail.com>
From: Amit Langote <amitlangote09@gmail.com>
To: Andres Freund <andres@anarazel.de>
Cc: Robert Haas <robertmhaas@gmail.com>,
Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>, Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>,
Alvaro Herrera <alvherre@alvh.no-ip.org>, Stephen Frost <sfrost@snowman.net>, Maksim Milyutin <milyutinma@gmail.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2018-04-07T20:41:54Z
Lists: pgsql-hackers
On Sun, Apr 8, 2018 at 5:37 AM, Andres Freund <andres@anarazel.de> wrote: > On 2018-04-06 19:25:20 -0400, Robert Haas wrote: >> On Thu, Apr 5, 2018 at 6:21 AM, Etsuro Fujita >> <fujita.etsuro@lab.ntt.co.jp> wrote: >> > Attached is an updated version of the patch set plus the patch in [1]. Patch >> > 0003_foreign-routing-fdwapi-6.patch can be applied on top of patch >> > 0001_postgres-fdw-refactoring-6.patch and >> > 0002_copy-from-check-constraint-fix.patch. >> >> Committed. Let me say that you do nice work. > > The CF entry for this is still marked as 'ready for committer'. Does anything remain? > > https://commitfest.postgresql.org/17/1184/ Nothing remains, so marked as committed. Thanks, Amit
Commits
-
Allow insert and update tuple routing and COPY for foreign tables.
- 3d956d9562aa 11.0 landed
-
Refactor PgFdwModifyState creation/destruction into separate functions.
- 870d89608e5f 11.0 landed