Add more tests for partition tuple routing with dropped attributes

Michael Paquier <michael@paquier.xyz>

Commit: 964bae4d8456e5406753027fa5a70181ddb4c835
Author: Michael Paquier <michael@paquier.xyz>
Date: 2019-04-08T04:44:55Z
Releases: 12.0
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

Files

PathChange+/−
src/test/regress/expected/insert.out modified +41 −0
src/test/regress/sql/insert.sql modified +28 −0

Discussion