diff options
author | Bruce Momjian <bruce@momjian.us> | 2018-04-26 14:54:46 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2018-04-26 14:55:03 -0400 |
commit | 7551d9bc408c2402a8558367ee950ca403e25b37 (patch) | |
tree | 9b34e6ef31b7e0af931abdbf834ab978c40c8e5e /src | |
parent | bdf46af748d0f15f257c99bf06e9e25aba6a24f9 (diff) | |
download | postgresql-7551d9bc408c2402a8558367ee950ca403e25b37.tar.gz postgresql-7551d9bc408c2402a8558367ee950ca403e25b37.zip |
C comment: add description of root_tuple_slot
Reported-by: Amit Langote
Discussion: https://postgr.es/m/d2e6674c-c5c6-fe89-1d0b-3534b9db0476@lab.ntt.co.jp
Diffstat (limited to 'src')
-rw-r--r-- | src/include/executor/execPartition.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/executor/execPartition.h b/src/include/executor/execPartition.h index 8f847050e49..fc6e9574e30 100644 --- a/src/include/executor/execPartition.h +++ b/src/include/executor/execPartition.h @@ -90,6 +90,10 @@ typedef struct PartitionDispatchData *PartitionDispatch; * given leaf partition's rowtype after that * partition is chosen for insertion by * tuple-routing. + * root_tuple_slot TupleTableSlot to be used to transiently hold + * copy of a tuple that's being moved across + * partitions in the root partitioned table's + * rowtype *----------------------- */ typedef struct PartitionTupleRouting |