diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 1999-08-02 02:05:41 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 1999-08-02 02:05:41 +0000 |
commit | 8624ff7612865620cb84322cf53767ff7a658cac (patch) | |
tree | 76fc57ccdcf3d6a020229c10316e023fad86ed07 /src/backend/parser/parse_expr.c | |
parent | d35eebe748a652f53bfa4fcce7768b964942bb7f (diff) | |
download | postgresql-8624ff7612865620cb84322cf53767ff7a658cac.tar.gz postgresql-8624ff7612865620cb84322cf53767ff7a658cac.zip |
Further selectivity-estimation work. Speed up eqsel()
(it should just call the given operator, not look up an = operator).
Fix intltsel() so that all numeric data types are converted to double
before trying to estimate where the given comparison value is in the
known range of column values. intltsel() still needs work, or replacement,
for non-numeric data types ... but for nonintegral numeric types it
should now be delivering reasonable estimates.
Diffstat (limited to 'src/backend/parser/parse_expr.c')
0 files changed, 0 insertions, 0 deletions