]> granicus.if.org Git - postgresql/commit
Fix range-query estimation to not double-exclude NULLs, per gripe from
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Oct 2002 02:56:16 +0000 (02:56 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Oct 2002 02:56:16 +0000 (02:56 +0000)
commitc0f7dcdac10777a270eed88613a29b8e5d38a015
tree08c825c755e7120f55f2ad5d41f49e5eacb6b3a4
parenta3cb8746d901d503f99b9aa4ab80b6782c2b1767
Fix range-query estimation to not double-exclude NULLs, per gripe from
Ray Ontko 28-June-02.  Also, fix prefix_selectivity for NAME lefthand
variables (it was bogusly assuming binary compatibility), and adjust
make_greater_string() to not call pg_mbcliplen() with invalid multibyte
data (this last per bug report that I can't find at the moment, but it
was in July '02).
src/backend/optimizer/path/clausesel.c
src/backend/utils/adt/selfuncs.c
src/include/utils/selfuncs.h