pgsql: Add more tests for partition tuple routing with droppedattribut - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Add more tests for partition tuple routing with droppedattribut
Date
Msg-id E1hDMAh-0005YM-N2@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid fetching past the end of the indoption array.
Next
From: Andres Freund
Date:
Subject: pgsql: Fix a number of issues around modifying a previously updatedrow