summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorPavan Deolasee2017-07-13 07:24:55 +0000
committerPavan Deolasee2017-07-13 07:31:20 +0000
commite26a0e07d863777079bfe9fc335ca2b71377b731 (patch)
treeaa11f6d30e3b98c4951b0e9cb77ea2acf96c220e /src/backend/executor/nodeModifyTable.c
parenta0f550b412fb208ea6722ed0c81f299e1d3e507f (diff)
Ensure that child table inherits distribution stretegy from the parent.
For partitioned tables or in general inherited tables, we now enforce that the child table always inherit the distribution strategy of the parent. This not only makes it far easier to handle various cases correctly, but would also allow us to optimise distributed queries on partitioned tables much easily. Tank.zhang <[email protected]> originally reported a problem with partitioned tables and incorrect query execution. Upon investigations, we decided to make these restrictions to simplify things.
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions