Assorted cosmetic cleanup of run-time-partition-pruning code. Use "subplan" rather than "subnode" to refer to the child plans of a partitioning Append; this seems a bit more specific and hence clearer. Improve assorted comments. No non-cosmetic changes.
David Rowley and Tom Lane Discussion: https://postgr.es/m/cafj8prbjrufa3ocdm8o4lpgnye9y+pm1b9kcwode4x04cul...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/321f648a312bd188b7a5c33a0548a57f45dfbf42 Modified Files -------------- src/backend/executor/execPartition.c | 163 +++++++++++++++++------------------ src/backend/nodes/copyfuncs.c | 2 +- src/backend/nodes/outfuncs.c | 4 +- src/backend/nodes/readfuncs.c | 2 +- src/backend/partitioning/partprune.c | 68 +++++++-------- src/include/executor/execPartition.h | 48 ++++++----- src/include/nodes/plannodes.h | 16 ++-- 7 files changed, 147 insertions(+), 156 deletions(-)