pgsql: Improve commentary about run-time partition pruning datastructu

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Improve commentary about run-time partition pruning datastructu
Дата
Msg-id E1fSUTr-00054K-Hu@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve commentary about run-time partition pruning data structures.

No code changes except for a couple of new Asserts.

David Rowley and Tom Lane

Discussion: https://postgr.es/m/CAKJS1f-6GODRNgEtdPxCnAPme2h2hTztB6LmtfdmcYAAOE0kQg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4e23236403336052a000c8bf85720e9d65ba8036

Modified Files
--------------
src/backend/optimizer/path/allpaths.c |  3 ++-
src/backend/partitioning/partprune.c  | 39 +++++++++++++++++++------------
src/include/executor/execPartition.h  | 43 +++++++++++++++++------------------
src/include/nodes/plannodes.h         | 27 ++++++++++++++++++----
src/include/nodes/relation.h          |  4 ++--
5 files changed, 71 insertions(+), 45 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Adjust error message
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix oversight from 9e149c8 with spin-lock handling