pgsql: Expand test a bit - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Expand test a bit
Date
Msg-id E1txl9T-001FYo-0m@gemulon.postgresql.org
Whole thread Raw
List 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.sul@enterprisedb.com>
Discussion:
https://www.postgresql.org/message-id/flat/CAAJ_b962c5AcYW9KUt_R_ER5qs3fUGbe4az-SP-vuwPS-w-AGA@mail.gmail.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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Provide thread-safe pg_localeconv_r().
Next
From: Álvaro Herrera
Date:
Subject: pgsql: Remove the query_id_squash_values GUC