From: | Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Ashutosh Bapat <ashutosh(dot)bapat(at)enterprisedb(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Amit Langote <amitlangote09(at)gmail(dot)com> |
Subject: | Re: A bug in mapping attributes in ATExecAttachPartition() |
Date: | 2017-08-07 02:05:08 |
Message-ID: | 4cd13b03-846d-dc65-89de-1fd9743a3869@lab.ntt.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2017/08/05 11:05, Robert Haas wrote:
> On Thu, Aug 3, 2017 at 8:45 PM, Amit Langote
> <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp> wrote:
>>> 0003 needs a rebase.
>>
>> Rebased patch attached.
>
> Committed.
Thank you.
> I think 0004 is a new feature, so I'm leaving that for v11.
Sure.
By the way, bulk of 0004 is refactoring which it seems is what Jeevan's
default partition patch set also includes as one of the patches [1]. It
got a decent amount review from Ashutosh. I broke it down into a separate
patch, so that the patch to add the new feature is its own tiny patch.
I also spotted a couple of comments referring to attachRel that we just
recently renamed.
So, attached are:
0001: s/attachRel/attachrel/g
0002: Refactoring to introduce a PartConstraintImpliedByRelConstraint
0003: Add the feature to skip the scan of individual leaf partitions
Totally fine if you postpone 0002 and 0003 to when the tree opens up for
PG 11.
Thanks,
Amit
Attachment | Content-Type | Size |
---|---|---|
0001-Typo-attachRel-is-now-attachrel.patch | text/plain | 1.5 KB |
0002-Some-refactoring-of-code-in-ATExecAttachPartition.patch | text/plain | 8.0 KB |
0003-Teach-ATExecAttachPartition-to-skip-validation-in-mo.patch | text/plain | 4.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2017-08-07 02:20:49 | Re: Effect of dropping a partitioned table's column over time |
Previous Message | Thomas Munro | 2017-08-07 01:58:36 | Effect of dropping a partitioned table's column over time |