aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2018-11-21 15:21:00 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2018-11-21 15:04:25 -0300
commitee07e38c14a06a8479d2605406345c4a868465ae (patch)
tree9568f00f5c9a416cc0d6f28313ed403d91bbf855 /src
parent6f7d02aa60b711c2a61d12b2f2f7ff4c5d5d6df4 (diff)
downloadpostgresql-ee07e38c14a06a8479d2605406345c4a868465ae.tar.gz
postgresql-ee07e38c14a06a8479d2605406345c4a868465ae.zip
Fix PartitionDispatchData vertical whitespace
Per David Rowley Discussion: https://postgr.es/m/CAKJS1f-MstvBWdkOzACsOHyBgj2oXcBM8kfv+NhVe-Ux-wq9Sg@mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r--src/backend/executor/execPartition.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/backend/executor/execPartition.c b/src/backend/executor/execPartition.c
index 6708a7a62f4..24de567a92d 100644
--- a/src/backend/executor/execPartition.c
+++ b/src/backend/executor/execPartition.c
@@ -103,21 +103,27 @@ struct PartitionTupleRouting
*
* reldesc
* Relation descriptor of the table
+ *
* key
* Partition key information of the table
+ *
* keystate
* Execution state required for expressions in the partition key
+ *
* partdesc
* Partition descriptor of the table
+ *
* tupslot
* A standalone TupleTableSlot initialized with this table's tuple
* descriptor, or NULL if no tuple conversion between the parent is
* required.
+ *
* tupmap
* TupleConversionMap to convert from the parent's rowtype to this table's
* rowtype (when extracting the partition key of a tuple just before
* routing it through this table). A NULL value is stored if no tuple
* conversion is required.
+ *
* indexes
* Array of partdesc->nparts elements. For leaf partitions the index
* corresponds to the partition's ResultRelInfo in the encapsulating