-
- Downloads
Move partition_tuple_slot out of EState.
Commit 2ac3ef7a 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
Showing
- src/backend/commands/copy.c 13 additions, 13 deletionssrc/backend/commands/copy.c
- src/backend/executor/execMain.c 12 additions, 0 deletionssrc/backend/executor/execMain.c
- src/backend/executor/nodeModifyTable.c 8 additions, 9 deletionssrc/backend/executor/nodeModifyTable.c
- src/include/executor/executor.h 1 addition, 0 deletionssrc/include/executor/executor.h
- src/include/nodes/execnodes.h 1 addition, 3 deletionssrc/include/nodes/execnodes.h
Loading
Please register or sign in to comment