]> granicus.if.org Git - postgresql/commit
Move partition_tuple_slot out of EState.
authorRobert Haas <rhaas@postgresql.org>
Wed, 4 Jan 2017 18:05:29 +0000 (13:05 -0500)
committerRobert Haas <rhaas@postgresql.org>
Wed, 4 Jan 2017 18:16:59 +0000 (13:16 -0500)
commit345b2dcf070bd8fbccde643b1b2856027623e9e5
tree737eb093564471c2519b1a35790fe4568e931e80
parent6667d9a6d77b9a6eac89638ac363b6d03da253c1
Move partition_tuple_slot out of EState.

Commit 2ac3ef7a01df859c62d0a02333b646d65eaec5ff added a TupleTapleSlot
for partition tuple slot to EState (es_partition_tuple_slot) but it's
more logical to have it as part of ModifyTableState
(mt_partition_tuple_slot) and CopyState (partition_tuple_slot).

Discussion: http://postgr.es/m/1bd459d9-4c0c-197a-346e-e5e59e217d97@lab.ntt.co.jp

Amit Langote, per a gripe from me
src/backend/commands/copy.c
src/backend/executor/execMain.c
src/backend/executor/nodeModifyTable.c
src/include/executor/executor.h
src/include/nodes/execnodes.h