projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdf46af
)
C comment: add description of root_tuple_slot
author
Bruce Momjian
<bruce@momjian.us>
Thu, 26 Apr 2018 18:54:46 +0000
(14:54 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 26 Apr 2018 18:55:03 +0000
(14:55 -0400)
Reported-by: Amit Langote
Discussion: https://postgr.es/m/
d2e6674c
-c5c6-fe89-1d0b-
3534b9db0476
@lab.ntt.co.jp
src/include/executor/execPartition.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/executor/execPartition.h
b/src/include/executor/execPartition.h
index 8f847050e497585657e9bbab029500a2c4e91c23..fc6e9574e302927bb2c18018bea24dfb3774afb1 100644
(file)
--- 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