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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve commentary about run-time partition pruning data structu
Date: 2018-06-11 21:36:03
Message-ID: E1fSUTr-00054K-Hu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-06-11 21:47:27 Re: pgsql: Fix and document lock handling for in-memory replication slot da
Previous Message Peter Eisentraut 2018-06-11 21:22:53 pgsql: Adjust error message