pgsql: Add test for inherited CHECK constraint drop

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add test for inherited CHECK constraint drop
Date: 2023-08-24 14:52:28
Message-ID: E1qZBhD-000fcZ-Ow@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add test for inherited CHECK constraint drop

This code is insufficiently covered by tests, so add a few small test
cases to immortalize its behavior before it gets rewritten completely by
the project to catalog NOT NULL constraints.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3da13a6257bc08b1d402c83feb2a35450f988365

Modified Files
--------------
src/test/regress/expected/inherit.out | 109 ++++++++++++++++++++++++++++++++++
src/test/regress/sql/inherit.sql | 39 ++++++++++++
2 files changed, 148 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-08-24 15:27:01 Re: pgsql: Cache by-reference missing values in a long lived context
Previous Message Heikki Linnakangas 2023-08-24 14:04:18 pgsql: Use FD_CLOEXEC on ListenSockets