Re: Asymmetric partition-wise JOIN - Mailing list pgsql-hackers

From Andrey Lepikhov
Subject Re: Asymmetric partition-wise JOIN
Date
Msg-id 515c3653-02c2-7eb4-6f5f-f996ca97b512@postgrespro.ru
Whole thread Raw
In response to Re: Asymmetric partition-wise JOIN  (Alexander Pyhalov <a.pyhalov@postgrespro.ru>)
Responses Re: Asymmetric partition-wise JOIN  (Zhihong Yu <zyu@yugabyte.com>)
List pgsql-hackers
On 18/6/21 15:02, Alexander Pyhalov wrote:
> Andrey Lepikhov писал 2021-05-27 07:27:
>> Next version of the patch.
>> For searching any problems I forced this patch during 'make check'
>> tests. Some bugs were found and fixed.
> 
> Hi.
> I've tested this patch and haven't found issues, but I have some comments.
Thank you for review!
> Variable names - child_join_rel and child_join_relids seem to be 
> inconsistent with rest of the file
fixed

> When build_child_join_rel() can return NULL?
Fixed
> Missing word:
> each bitmapset variable will large => each bitmapset variable will be large
Fixed
> What hook do you refer to?
Removed> You've changed function to copy appinfo, so now comment is 
incorrect.
Thanks, fixed> Do I understand correctly that now parent_relids also 
contains relids of
> relations from 'global' inner relation, which we join to childs?
Yes

-- 
regards,
Andrey Lepikhov
Postgres Professional

Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Doc chapter for Hash Indexes
Next
From: Dean Rasheed
Date:
Subject: Re: Numeric multiplication overflow errors