]> granicus.if.org Git - postgresql/commit
Assorted cosmetic cleanup of run-time-partition-pruning code.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 Jun 2018 22:24:34 +0000 (18:24 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 Jun 2018 22:24:34 +0000 (18:24 -0400)
commit321f648a312bd188b7a5c33a0548a57f45dfbf42
tree6b59b18305571e2bf133b5b2015eb34a93e8f988
parent939449de0e571b8c0b07674bb7095e06e93cc059
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+pm1b9kCwode4X04CULG3g@mail.gmail.com
src/backend/executor/execPartition.c
src/backend/nodes/copyfuncs.c
src/backend/nodes/outfuncs.c
src/backend/nodes/readfuncs.c
src/backend/partitioning/partprune.c
src/include/executor/execPartition.h
src/include/nodes/plannodes.h