-
- Downloads
Set ecxt_scantuple correctly for tuple routing.
In 2ac3ef7a, we changed things so that it's possible for a different TupleTableSlot to be used for partitioned tables at successively lower levels. If we do end up changing the slot from the original, we must update ecxt_scantuple to point to the new one for partition key of the tuple to be computed correctly. Reported by Rajkumar Raghuwanshi. Patch by Amit Langote. Discussion: http://postgr.es/m/CAKcux6%3Dm1qyqB2k6cjniuMMrYXb75O-MB4qGQMu8zg-iGGLjDw%40mail.gmail.com
Showing
- src/backend/catalog/partition.c 23 additions, 7 deletionssrc/backend/catalog/partition.c
- src/backend/executor/execMain.c 0 additions, 2 deletionssrc/backend/executor/execMain.c
- src/test/regress/expected/insert.out 1 addition, 1 deletionsrc/test/regress/expected/insert.out
- src/test/regress/sql/insert.sql 1 addition, 1 deletionsrc/test/regress/sql/insert.sql
Loading
Please register or sign in to comment