pgsql: Add more tests for partition tuple routing with dropped attribut

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add more tests for partition tuple routing with dropped attribut
Date: 2019-04-08 04:46:15
Message-ID: E1hDMAh-0005YM-N2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add more tests for partition tuple routing with dropped attributes

As bug #15733 has proved, we are lacking coverage for partition tuple
routing with dropped attributes when involving three levels of
partitioning or more. There was only an active bug in this area for
v11, and HEAD is proving to handle those scenarios fine, still it lacked
some coverage for the previous problem.

Author: Amit Langote, Michael Paquier
Discussion: https://postgr.es/m/15733-7692379e310b80ec@postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/964bae4d8456e5406753027fa5a70181ddb4c835

Modified Files
--------------
src/test/regress/expected/insert.out | 41 ++++++++++++++++++++++++++++++++++++
src/test/regress/sql/insert.sql | 28 ++++++++++++++++++++++++
2 files changed, 69 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-04-08 05:16:32 pgsql: Fix a number of issues around modifying a previously updated row
Previous Message Tom Lane 2019-04-07 22:19:34 pgsql: Avoid fetching past the end of the indoption array.