Skip to content

Commit ee07e38

Browse files
committed
Fix PartitionDispatchData vertical whitespace
Per David Rowley Discussion: https://postgr.es/m/CAKJS1f-MstvBWdkOzACsOHyBgj2oXcBM8kfv+NhVe-Ux-wq9Sg@mail.gmail.com
1 parent 6f7d02a commit ee07e38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/backend/executor/execPartition.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,21 +103,27 @@ struct PartitionTupleRouting
103103
*
104104
* reldesc
105105
* Relation descriptor of the table
106+
*
106107
* key
107108
* Partition key information of the table
109+
*
108110
* keystate
109111
* Execution state required for expressions in the partition key
112+
*
110113
* partdesc
111114
* Partition descriptor of the table
115+
*
112116
* tupslot
113117
* A standalone TupleTableSlot initialized with this table's tuple
114118
* descriptor, or NULL if no tuple conversion between the parent is
115119
* required.
120+
*
116121
* tupmap
117122
* TupleConversionMap to convert from the parent's rowtype to this table's
118123
* rowtype (when extracting the partition key of a tuple just before
119124
* routing it through this table). A NULL value is stored if no tuple
120125
* conversion is required.
126+
*
121127
* indexes
122128
* Array of partdesc->nparts elements. For leaf partitions the index
123129
* corresponds to the partition's ResultRelInfo in the encapsulating

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy