Re: [HACKERS] WIP patch: distinguish selectivity of < from <= and >from >= - Mailing list pgsql-hackers

From Kuntal Ghosh
Subject Re: [HACKERS] WIP patch: distinguish selectivity of < from <= and >from >=
Date
Msg-id CAGz5QCJfnM98sX_eOuM6quB0Zjn8Z+meoa+hgCy-CYEhWGqG2g@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] WIP patch: distinguish selectivity of < from <= and >from >=  (Aleksander Alekseev <a.alekseev@postgrespro.ru>)
Responses Re: [HACKERS] WIP patch: distinguish selectivity of < from <= and > from >=  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Tue, Sep 12, 2017 at 9:47 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Aleksander Alekseev <a.alekseev@postgrespro.ru> writes:
>> The following review has been posted through the commitfest application:
>> make installcheck-world:  tested, passed
>> Implements feature:       tested, passed
>> Spec compliant:           tested, passed
>> Documentation:            tested, passed
>
>> Also I didn't manage to find any typos or obvious mistakes in the code.
>
> Thanks for reviewing!  I assume this is against the prior version of the
> patch, though, not the one I just posted with updates for contrib.
> Do you want to look at those?
>
I've performed the regression tests for the same. It passed all the
test cases. Also, I've verified the feature implementation using the
queries posted by you earlier and some of my own test cases. It is
working as expected.


-- 
Thanks & Regards,
Kuntal Ghosh
EnterpriseDB: http://www.enterprisedb.com


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: [HACKERS] generated columns
Next
From: Kyotaro HORIGUCHI
Date:
Subject: Re: [HACKERS] [Proposal] Allow users to specify multiple tables inVACUUM commands