First step in fixing selectivity-estimation code. eqsel and

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

Commit: 44878506d811dcb5e7f4ea6450c9e6b8544f2651
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-08-01T04:54:25Z
Releases: 7.1.1
First step in fixing selectivity-estimation code. eqsel and
neqsel now behave as per my suggestions in pghackers a few days ago.
selectivity for < > <= >= should work OK for integral types as well, but
still need work for nonintegral types.  Since these routines have never
actually executed before :-(, this may result in some significant changes
in the optimizer's choices of execution plans.  Let me know if you see
any serious misbehavior.
CAUTION: THESE CHANGES REQUIRE INITDB.  pg_statistic table has changed.

Files