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
- improve-scalar-inequality-estimates-4.patch (text/x-diff) patch
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
-
Distinguish selectivity of < from <= and > from >=.
- 7d08ce286cd5 11.0 landed