aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorTeodor Sigaev <teodor@sigaev.ru>2018-04-11 16:44:26 +0300
committerTeodor Sigaev <teodor@sigaev.ru>2018-04-11 16:44:26 +0300
commit5c6110c6a960ad6fe1b0d0fec6ae36ef4eb913f5 (patch)
tree97e17e555403a6e5d4da5ab5af95b240ff225db1 /src/backend/executor/nodeModifyTable.c
parentf1f537cb46299d81abb08258fd322f72170dff58 (diff)
downloadpostgresql-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