Re: WIP patch: distinguish selectivity of < from <= and > from >=

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Aleksander Alekseev <a.alekseev@postgrespro.ru>
Cc: pgsql-hackers@postgresql.org
Date: 2017-09-12T16:17:00Z
Lists: pgsql-hackers
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?

			regards, tom lane


Commits

  1. Distinguish selectivity of < from <= and > from >=.