pgsql: Add regression tests for constraint errors in partitioned tables

Started by Andres Freundover 6 years ago1 messagescomitters
Jump to latest
#1Andres Freund
andres@anarazel.de

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: /messages/by-id/16293-26f5777d10143a66@postgresql.org
Backpatch: 10-

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/58995db07e374c2878960e0516acc49683ea102b

Modified Files
--------------
src/test/regress/expected/inherit.out | 123 ++++++++++++++++++++++++++++++++++
src/test/regress/sql/inherit.sql | 103 ++++++++++++++++++++++++++++
2 files changed, 226 insertions(+)