Re: pgsql: Allow partitionwise joins in more cases.

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Etsuro Fujita <efujita(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Allow partitionwise joins in more cases.
Date: 2020-04-08 04:32:04
Message-ID: 991f7c027158bd8d7709dcb946d833d297a23bf7.camel@j-davis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, 2020-04-08 at 01:27 +0000, Etsuro Fujita wrote:
> Allow partitionwise joins in more cases.

This is causing a compiler warning for me if building without Asserts:

partbounds.c: In function ‘partition_bounds_merge’:
partbounds.c:1024:21: warning: unused variable ‘inner_binfo’ [-Wunused-
variable]
PartitionBoundInfo inner_binfo = inner_rel->boundinfo;

Regards,
Jeff Davis

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2020-04-08 04:55:59 pgsql: Modify various power 2 calculations to use new helper functions
Previous Message Jeff Davis 2020-04-08 04:29:21 pgsql: Create memory context for HashAgg with a reasonable maxBlockSize