mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 05:21:27 +03:00
Update PartitionTupleRouting struct comment
Small review on edd44738bc88. Discussion: https://postgr.es/m/20180222165315.k27qfn4goskhoswj@alvherre.pgsql Reviewed-by: Robert Haas, Amit Langote
This commit is contained in:
parent
fb533e45f9
commit
364de25665
@ -58,11 +58,15 @@ typedef struct PartitionDispatchData *PartitionDispatch;
|
||||
* partition tree.
|
||||
* num_dispatch number of partitioned tables in the partition
|
||||
* tree (= length of partition_dispatch_info[])
|
||||
* partition_oids Array of leaf partitions OIDs
|
||||
* partition_oids Array of leaf partitions OIDs with one entry
|
||||
* for every leaf partition in the partition tree,
|
||||
* initialized in full by
|
||||
* ExecSetupPartitionTupleRouting.
|
||||
* partitions Array of ResultRelInfo* objects with one entry
|
||||
* for every leaf partition in the partition tree.
|
||||
* for every leaf partition in the partition tree,
|
||||
* initialized lazily by ExecInitPartitionInfo.
|
||||
* num_partitions Number of leaf partitions in the partition tree
|
||||
* (= 'partitions' array length)
|
||||
* (= 'partitions_oid'/'partitions' array length)
|
||||
* parent_child_tupconv_maps Array of TupleConversionMap objects with one
|
||||
* entry for every leaf partition (required to
|
||||
* convert tuple from the root table's rowtype to
|
||||
|
Loading…
x
Reference in New Issue
Block a user