]> granicus.if.org Git - postgresql/commit
Add more tests for partition tuple routing with dropped attributes
authorMichael Paquier <michael@paquier.xyz>
Mon, 8 Apr 2019 04:44:55 +0000 (13:44 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 8 Apr 2019 04:44:55 +0000 (13:44 +0900)
commit964bae4d8456e5406753027fa5a70181ddb4c835
treebabf110133fcce53e62c4e039c0f20e0e74bca8d
parent80a96e066eecb6bd1788964b5911a405d932a784
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
src/test/regress/expected/insert.out
src/test/regress/sql/insert.sql