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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix brain fade in cost estimation for index-only scans.
Дата
Msg-id E1RCY5f-0004oe-Ml@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: pgsql: Cascading replication feature for streaming log-based replicatio
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Note that index-only scans can affect idx_tup_fetch.