mirror of https://github.com/postgres/postgres
clauselist_selectivity skip some analysis that's useless when there's only one clause in the given list. Actually this can win even for not-so-simple queries, because we also apply clauselist_selectivity to sublists such as the quals matching an index; which are likely to have only a single entry even when the total query is quite complicated.REL8_3_STABLE
parent
7ebbc815d9
commit
aca467b9b3
Loading…
Reference in new issue