mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Fix PartitionDispatchData vertical whitespace
Per David Rowley Discussion: https://postgr.es/m/CAKJS1f-MstvBWdkOzACsOHyBgj2oXcBM8kfv+NhVe-Ux-wq9Sg@mail.gmail.com
This commit is contained in:
@ -103,21 +103,27 @@ struct PartitionTupleRouting
|
|||||||
*
|
*
|
||||||
* reldesc
|
* reldesc
|
||||||
* Relation descriptor of the table
|
* Relation descriptor of the table
|
||||||
|
*
|
||||||
* key
|
* key
|
||||||
* Partition key information of the table
|
* Partition key information of the table
|
||||||
|
*
|
||||||
* keystate
|
* keystate
|
||||||
* Execution state required for expressions in the partition key
|
* Execution state required for expressions in the partition key
|
||||||
|
*
|
||||||
* partdesc
|
* partdesc
|
||||||
* Partition descriptor of the table
|
* Partition descriptor of the table
|
||||||
|
*
|
||||||
* tupslot
|
* tupslot
|
||||||
* A standalone TupleTableSlot initialized with this table's tuple
|
* A standalone TupleTableSlot initialized with this table's tuple
|
||||||
* descriptor, or NULL if no tuple conversion between the parent is
|
* descriptor, or NULL if no tuple conversion between the parent is
|
||||||
* required.
|
* required.
|
||||||
|
*
|
||||||
* tupmap
|
* tupmap
|
||||||
* TupleConversionMap to convert from the parent's rowtype to this table's
|
* TupleConversionMap to convert from the parent's rowtype to this table's
|
||||||
* rowtype (when extracting the partition key of a tuple just before
|
* rowtype (when extracting the partition key of a tuple just before
|
||||||
* routing it through this table). A NULL value is stored if no tuple
|
* routing it through this table). A NULL value is stored if no tuple
|
||||||
* conversion is required.
|
* conversion is required.
|
||||||
|
*
|
||||||
* indexes
|
* indexes
|
||||||
* Array of partdesc->nparts elements. For leaf partitions the index
|
* Array of partdesc->nparts elements. For leaf partitions the index
|
||||||
* corresponds to the partition's ResultRelInfo in the encapsulating
|
* corresponds to the partition's ResultRelInfo in the encapsulating
|
||||||
|
Reference in New Issue
Block a user