pgsql: Add INSERT ON CONFLICT test on partitioned tables with transitio

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add INSERT ON CONFLICT test on partitioned tables with transitio
Date: 2018-11-13 21:16:04
Message-ID: E1gMg2W-000268-Pm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-11-14 01:03:36 pgsql: Refactor code creating PartitionBoundInfo
Previous Message Tom Lane 2018-11-13 20:46:32 pgsql: Fix incorrect results for numeric data passed through an ECPG SQ