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: Kuntal Ghosh <kuntalghosh.2007@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-09-12T15:21:53Z
Lists: pgsql-hackers

Attachments

Here's an updated version of this patch that is rebased against HEAD
(no changes there except line numbers) and adds the necessary updates
for contrib.

I'd like to get this committed fairly soon before it bit-rots.
Anyone want to review it?

			regards, tom lane

Commits

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