Add regression tests for constraint errors in partitioned tables.

Andres Freund <andres@anarazel.de>

Commit: 2060999a4d6e4b946a3f032bdd3df1c55ac855b3
Author: Andres Freund <andres@anarazel.de>
Date: 2020-03-23T21:52:18Z
Releases: 10.13
Add regression tests for constraint errors in partitioned tables.

While #16293 only applied to 11 (and 10 to some degree), it seems best
to add tests to all branches with partitioning support.

Reported-By: Daniel WM
Author: Andres Freund
Bug: #16293
Discussion: https://postgr.es/m/16293-26f5777d10143a66@postgresql.org
Backpatch: 10-

Files

PathChange+/−
src/test/regress/expected/inherit.out modified +127 −0
src/test/regress/sql/inherit.sql modified +101 −0

Discussion