Обсуждение: pgsql: Fix brain fade in cost estimation for index-only scans.

Поиск
Список
Период
Сортировка

pgsql: Fix brain fade in cost estimation for index-only scans.

От
Tom Lane
Дата:
Fix brain fade in cost estimation for index-only scans.

visibility_fraction should not be applied to regular indexscans.
Noted by Cédric Villemain.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b324384f6bd5d661efeddb83d7f607781e96947d

Modified Files
--------------
src/backend/optimizer/path/costsize.c |   13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)