Re: RelOptInfo.all_partrels does not seem to do very much

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Etsuro Fujita <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: RelOptInfo.all_partrels does not seem to do very much
Date: 2021-05-23 10:03:45
Message-ID: CAApHDvoefuce-gNokGFYOuxwMa_WXHx_axQsx5OfQi1cfGqrEg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 23 May 2021 at 19:01, David Rowley <dgrowleyml(at)gmail(dot)com> wrote:
> I was just looking at RelOptInfo's partitioning fields and noticed
> that all_partrels seems to be set in a couple of places but never
> actually referenced.

Looks like I misread the code. It is used. Apologies for the noise.

David

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2021-05-23 10:36:32 Re: Buildfarm latest links
Previous Message Nitin Jadhav 2021-05-23 09:49:07 Re: Multi-Column List Partitioning