Add selectivity-calculation code for RowCompareExpr nodes. Simplistic,
Tom Lane <tgl@sss.pgh.pa.us>
Add selectivity-calculation code for RowCompareExpr nodes. Simplistic, but a lot better than nothing at all ...
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/optimizer/path/clausesel.c | modified | +9 −1 |
| src/backend/utils/adt/selfuncs.c | modified | +60 −1 |
| src/include/utils/selfuncs.h | modified | +4 −1 |