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: RelOptInfo.all_partrels does not seem to do very much
Date: 2021-05-23 07:01:30
Message-ID: CAApHDvpAb41+g2KqFPatEKs0wNti_HrgF0YbR=sQxqGhResGSw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

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.

The field was added in c8434d64c - Allow partitionwise joins in more
cases for PG13.

Maybe it did something during the development of that patch but the
code didn't end up being committed?

Should we get rid of it before it's too late for PG14?

David

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2021-05-23 08:38:31 Re: Subscription tests fail under CLOBBER_CACHE_ALWAYS
Previous Message David Rowley 2021-05-23 06:36:03 Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays