Re: [HACKERS] advanced partition matching algorithm for partition-wise join

From: Ashutosh Bapat <ashutosh(dot)bapat(at)2ndquadrant(dot)com>
To: Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
Cc: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>, Mark Dilger <mark(dot)dilger(at)enterprisedb(dot)com>, amul sul <sulamul(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>, Rajkumar Raghuwanshi <rajkumar(dot)raghuwanshi(at)enterprisedb(dot)com>, Etsuro Fujita <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp>, Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, Antonin Houska <ah(at)cybertec(dot)at>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] advanced partition matching algorithm for partition-wise join
Date: 2020-04-08 05:09:18
Message-ID: CAG-ACPVTjMnNaby7ycZBD929uKQ1p=o7Ae+etyophezSu9wgtA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thanks a lot Fujita-san. Thanks Dmitry, Rajkumar, Amul, Mark, Robert,
Antonin, Amit, Justin,Thomas and Tomas for all your help and review.

On Wed, 8 Apr 2020 at 07:07, Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com> wrote:

> On Wed, Apr 8, 2020 at 2:24 AM Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
> wrote:
> > On Wed, Apr 8, 2020 at 12:15 AM Tomas Vondra
> > <tomas(dot)vondra(at)2ndquadrant(dot)com> wrote:
> > > On Mon, Apr 06, 2020 at 05:28:52PM +0900, Etsuro Fujita wrote:
> > > >On Sat, Apr 4, 2020 at 12:15 AM Etsuro Fujita <
> etsuro(dot)fujita(at)gmail(dot)com> wrote:
> > > >> Attached is the original patch (0001) and one patch (0002) with
> > > >> changes including those by Tomas and Ashutosh.
> > > >
> > > >I merged the patches into one and rebased it against HEAD. Attached
> > > >is a new version, in which I added the commit message as well. Does
> > > >that make sense? If there are no objections, I’ll commit the patch.
> >
> > > +1
> >
> > Great! It's midnight in Japan now, so I'll push the patch early morning.
>
> Pushed after modifying some comments further, based on the suggestions
> of Ashutosh.
>
> Best regards,
> Etsuro Fujita
>

--
Best Wishes,
Ashutosh

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2020-04-08 05:15:38 Re: backup manifests
Previous Message Richard Guo 2020-04-08 04:58:49 Re: A problem about partitionwise join