Re: speeding up planning with partitions

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: Jesper Pedersen <jesper(dot)pedersen(at)redhat(dot)com>
Cc: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>, "Imai, Yoshikazu" <imai(dot)yoshikazu(at)jp(dot)fujitsu(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: speeding up planning with partitions
Date: 2019-03-12 14:33:57
Message-ID: CA+HiwqFTqUVuiyK7dDQDCrNF1NiPDOAnmQum2jcw1yj5Z+kC0Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thanks for the heads up.

On Tue, Mar 12, 2019 at 10:23 PM Jesper Pedersen
<jesper(dot)pedersen(at)redhat(dot)com> wrote:
> After applying 0004 check-world fails with the attached. CFBot agrees [1].

Fixed. I had forgotten to re-run postgres_fdw tests after making a
change just before submitting.

Thanks,
Amit

Attachment Content-Type Size
v31-0001-Build-other-rels-of-appendrel-baserels-in-a-sepa.patch application/octet-stream 11.7 KB
v31-0005-Further-tweak-inheritance_planner-to-avoid-usele.patch application/octet-stream 2.4 KB
v31-0004-Adjust-inheritance_planner-to-reuse-source-child.patch application/octet-stream 28.2 KB
v31-0002-Add-rowmark-junk-targetlist-entries-in-query_pla.patch application/octet-stream 25.4 KB
v31-0003-Delay-adding-inheritance-child-tables-until-quer.patch application/octet-stream 30.2 KB
v31-0006-Perform-pruning-in-expand_partitioned_rtentry.patch application/octet-stream 29.8 KB
v31-0007-Teach-planner-to-only-process-unpruned-partition.patch application/octet-stream 7.5 KB
v31-0008-Don-t-copy-PartitionBoundInfo-in-set_relation_pa.patch application/octet-stream 1.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Paul Ramsey 2019-03-12 14:40:43 Re: Compressed TOAST Slicing
Previous Message Robert Haas 2019-03-12 14:29:17 Re: pgsql: Removed unused variable, openLogOff.