pgsql: Improve commentary about run-time partition pruning data structu

Started by Tom Laneabout 8 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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: /messages/by-id/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(-)