aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2019-06-05 18:28:38 +1200
committerDavid Rowley <drowley@postgresql.org>2019-06-05 18:28:38 +1200
commit56b3b3838284f53c83556592e60688522155f57f (patch)
tree7a47099711def269892733512fc5afbeb2ee8a2b /src/backend/executor/nodeModifyTable.c
parentf7e954ad1cf99a65b1785d999058898a6d56e014 (diff)
downloadpostgresql-56b3b3838284f53c83556592e60688522155f57f.tar.gz
postgresql-56b3b3838284f53c83556592e60688522155f57f.zip
Fix incorrect index behavior in COPY FROM with partitioned tables
86b85044e rewrote how COPY FROM works to allow multiple tuple buffers to exist to once thus allowing multi-inserts to be used in more cases with partitioned tables. That commit neglected to update the estate's es_result_relation_info when flushing the insert buffer to the partition making it possible for the index tuples to be added into an index on the wrong partition. Fix this and also add an Assert in ExecInsertIndexTuples to help ensure that we never make this mistake again. Reported-by: Haruka Takatsuka Author: Ashutosh Sharma Discussion: https://postgr.es/m/15832-b1bf336a4ee246b5@postgresql.org
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions