pgsql: Expand test a bit

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Expand test a bit
Date: 2025-03-27 11:11:59
Message-ID: E1txl9T-001FYo-0m@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Expand test a bit

Make pg_constraint output in inherit test show the convalidated column
as well. This shows the interaction between convalidated and
conenforced.

This is extracted from a larger patch so that this reformatting isn't
distracting there.

Author: Amul Sul <amul(dot)sul(at)enterprisedb(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/CAAJ_b962c5AcYW9KUt_R_ER5qs3fUGbe4az-SP-vuwPS-w-AGA(at)mail(dot)gmail(dot)com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5d5f415816a60a3c5c5e4420eff55e73edfbd9f5

Modified Files
--------------
src/test/regress/expected/inherit.out | 66 +++++++++++++++++------------------
src/test/regress/sql/inherit.sql | 2 +-
2 files changed, 34 insertions(+), 34 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2025-03-27 12:37:55 pgsql: Remove the query_id_squash_values GUC
Previous Message Peter Eisentraut 2025-03-27 09:59:11 pgsql: Provide thread-safe pg_localeconv_r().