diff options
author | Teodor Sigaev <teodor@sigaev.ru> | 2018-04-11 16:44:26 +0300 |
---|---|---|
committer | Teodor Sigaev <teodor@sigaev.ru> | 2018-04-11 16:44:26 +0300 |
commit | 5c6110c6a960ad6fe1b0d0fec6ae36ef4eb913f5 (patch) | |
tree | 97e17e555403a6e5d4da5ab5af95b240ff225db1 /src/backend/executor/nodeModifyTable.c | |
parent | f1f537cb46299d81abb08258fd322f72170dff58 (diff) | |
download | postgresql-5c6110c6a960ad6fe1b0d0fec6ae36ef4eb913f5.tar.gz postgresql-5c6110c6a960ad6fe1b0d0fec6ae36ef4eb913f5.zip |
Fix interference between cavering indexes and partitioned tables
The bug is caused due to the original IndexStmt that DefineIndex receives
being overwritten when processing the INCLUDE columns. Use separate list of
index params to propagate to child tables. Add tests covering this case.
Amit Langote and Alexander Korotkov.
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions