diff options
author | Pavan Deolasee | 2017-07-13 07:24:55 +0000 |
---|---|---|
committer | Pavan Deolasee | 2017-07-13 07:31:20 +0000 |
commit | e26a0e07d863777079bfe9fc335ca2b71377b731 (patch) | |
tree | aa11f6d30e3b98c4951b0e9cb77ea2acf96c220e /src/backend/executor/nodeModifyTable.c | |
parent | a0f550b412fb208ea6722ed0c81f299e1d3e507f (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