Re: [HACKERS] PoC: full merge join on comparison clause - Mailing list pgsql-hackers

From Ashutosh Bapat
Subject Re: [HACKERS] PoC: full merge join on comparison clause
Date
Msg-id CAFjFpRdiwDj+z5PQ6prqptn2AzzAisk0OunkmVMY2kA1U3N+Tg@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] PoC: full merge join on comparison clause  (Alexander Kuzmenkov <a.kuzmenkov@postgrespro.ru>)
List pgsql-hackers
On Tue, Jul 10, 2018 at 12:05 AM, Alexander Kuzmenkov
<a.kuzmenkov@postgrespro.ru> wrote:
> On 07/09/2018 04:12 PM, Ashutosh Bapat wrote:
>>
>> On Fri, Jul 6, 2018 at 6:31 PM, Ashutosh Bapat
>> <ashutosh.bapat@enterprisedb.com> wrote:
>>>
>>> I will continue reviewing the patches.
>>>
>> Here are some more review comments
>
>
>
> Ashutosh,
>
> Many thanks for the review, I'm glad that we are continuing with this patch.
> I'm working on your comments now, will post the updated version this week.

While updating the patches, please consider adding some comments as to
why only single inequality clause supported. I didn't see comments in
the patch explaining that.

-- 
Best Wishes,
Ashutosh Bapat
EnterpriseDB Corporation
The Postgres Database Company


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Non-reserved replication slots and slot advancing
Next
From: Tom Lane
Date:
Subject: Re: [PG-11] Potential bug related to INCLUDE clause of CREATE INDEX