pgsql: tableam: Move heap specific logic from estimate_rel_size belowt

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: tableam: Move heap specific logic from estimate_rel_size belowt
Дата
Msg-id E1hAQHU-0007cM-9z@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
tableam: Move heap specific logic from estimate_rel_size below tableam.

This just moves the table/matview[/toast] determination of relation
size to a callback, and uses a copy of the existing logic to implement
that callback for heap.

It probably would make sense to also move the index specific logic
into a callback, so the metapage handling (and probably more) can be
index specific. But that's a separate task.

Author: Andres Freund
Discussion: https://postgr.es/m/20180703070645.wchpu5muyto5n647@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/696d78469f3714a8159f7a145af1fe9179fe3291

Modified Files
--------------
src/backend/access/heap/heapam_handler.c | 113 +++++++++++++++++++++++++++++++
src/backend/optimizer/util/plancat.c     |  69 +++++++------------
src/include/access/tableam.h             |  35 ++++++++++
src/include/optimizer/plancat.h          |   1 +
4 files changed, 174 insertions(+), 44 deletions(-)


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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Fix typo
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Have pg_upgrade's Makefile honor NO_TEMP_INSTALL