Re: partition routing layering in nodeModifyTable.c
Amit Langote <amitlangote09@gmail.com>
From: Amit Langote <amitlangote09@gmail.com>
To: Etsuro Fujita <etsuro.fujita@gmail.com>
Cc: Andres Freund <andres@anarazel.de>, Thomas Munro <thomas.munro@gmail.com>, David Rowley <david.rowley@2ndquadrant.com>,
Robert Haas <robertmhaas@gmail.com>, Alvaro Herrera <alvherre@2ndquadrant.com>,
Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>, PostgreSQL-development <pgsql-hackers@postgresql.org>, amitdkhan.pg@gmail.com
Date: 2019-12-18T06:30:22Z
Lists: pgsql-hackers
Attachments
- v9-0001-Remove-dependency-on-estate-es_result_relation_in.patch (text/plain) patch v9-0001
- v9-0004-Refactor-transition-tuple-capture-code-a-bit.patch (text/plain) patch v9-0004
- v9-0002-Remove-es_result_relation_info.patch (text/plain) patch v9-0002
- v9-0003-Rearrange-partition-update-row-movement-code-a-bi.patch (text/plain) patch v9-0003
On Thu, Sep 26, 2019 at 1:56 PM Amit Langote <amitlangote09@gmail.com> wrote: > On Wed, Sep 4, 2019 at 10:45 AM Amit Langote <amitlangote09@gmail.com> wrote: > > On Fri, Aug 9, 2019 at 10:51 AM Amit Langote <amitlangote09@gmail.com> wrote: > > To avoid losing track of this, I've added this to November CF. > > > > https://commitfest.postgresql.org/25/2277/ > > > > Struggled a bit to give a title to the entry though. > > Noticed that one of the patches needed a rebase. > > Attached updated patches. Note that v8-0001 is v7-0001 unchanged that > Fujita-san posted on Aug 8. Rebased again. Thanks, Amit
Commits
-
Fix initialization of es_result_relations in EvalPlanQualStart().
- 22b73d3cb0b5 14.0 landed
-
Remove PartitionRoutingInfo struct.
- fb5883da8615 14.0 landed
-
Revise child-to-root tuple conversion map management.
- 6973533650c0 14.0 landed
-
Clean up code to resolve the "root target relation" in nodeModifyTable.c
- f49b85d783f6 14.0 landed
-
Refactor code for cross-partition updates to a separate function.
- c5b097f8fa69 14.0 landed
-
Remove es_result_relation_info from EState.
- a04daa97a433 14.0 landed
-
Include result relation info in direct modify ForeignScan nodes.
- 178f2d560dde 14.0 landed
-
Create ResultRelInfos later in InitPlan, index them by RT index.
- 1375422c7826 14.0 landed