Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitee07e38

Browse files
committed
Fix PartitionDispatchData vertical whitespace
Per David RowleyDiscussion:https://postgr.es/m/CAKJS1f-MstvBWdkOzACsOHyBgj2oXcBM8kfv+NhVe-Ux-wq9Sg@mail.gmail.com
1 parent6f7d02a commitee07e38

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)

[8]ページ先頭

©2009-2025 Movatter.jp