Fix unique INCLUDE indexes on partitioned tables We were considering the INCLUDE columns as part of the key, allowing unicity-violating rows to be inserted in different partitions.
Concurrent development conflict in eb7ed3f30634 and 8224de4f42cc. Reported-by: Justin Pryzby Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/0ad41cf537ea5f076273fcffa4c83a184bd9910f Modified Files -------------- src/backend/commands/indexcmds.c | 2 +- src/test/regress/expected/indexing.out | 3 +++ src/test/regress/sql/indexing.sql | 1 + 3 files changed, 5 insertions(+), 1 deletion(-)
