Re: Partition-wise join for join between (declaratively) partitioned tables - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Partition-wise join for join between (declaratively) partitioned tables
Date
Msg-id CAA4eK1KEyqCRkaCcL=O26MixCH5EMvKMFK6pvFrE3=fFZTOBog@mail.gmail.com
Whole thread Raw
In response to Re: Partition-wise join for join between (declaratively) partitioned tables  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
List pgsql-hackers
On Fri, Sep 9, 2016 at 3:17 PM, Ashutosh Bapat
<ashutosh.bapat@enterprisedb.com> wrote:
>
> 4. Remove bms_to_char(): I have added this function to print Relids in the
> debugger. I have found it very useful to quickly examine Relids in debugger,
> which otherwise wasn't so easy. If others find it useful too, I can create a
> separate patch to be considered for a separate commit.
>

+1 to have such a function.  I often need something like that whenever
I debug the optimizer code.

-- 
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: CF app and patch series
Next
From: Heikki Linnakangas
Date:
Subject: Re: Tuplesort merge pre-reading