Обсуждение: pgsql: Add INSERT ON CONFLICT test on partitioned tables withtransitio

Поиск
Список
Период
Сортировка

pgsql: Add INSERT ON CONFLICT test on partitioned tables withtransitio

От
Alvaro Herrera
Дата:
Add INSERT ON CONFLICT test on partitioned tables with transition table

This case was uncovered by existing tests, so breakage went undetected.
Make sure it remains stable.

Extracted from a larger patch by
Author: David Rowley
Reviewed-by: Amit Langote
Discussion: https://postgr.es/m/CAKJS1f-aGCJ5H7_hiSs5PhWs6Obmj+vGARjGymqH1=o5PcrNnQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9079fe60b2142da6e89403b9a9504e75124c085d

Modified Files
--------------
src/test/regress/expected/insert_conflict.out | 22 ++++++++++++++++++++++
src/test/regress/sql/insert_conflict.sql      | 26 ++++++++++++++++++++++++++
2 files changed, 48 insertions(+)