pgsql: Add tests for domain-related information schema views

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add tests for domain-related information schema views
Date: 2024-03-20 06:14:36
Message-ID: E1rmpDg-004iti-Et@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add tests for domain-related information schema views

Reviewed-by: Aleksander Alekseev <aleksander(at)timescale(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/9ec24d7b-633d-463a-84c6-7acff769c9e8%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9578393bc513e350e9cbfa4679fc7be7309b41a4

Modified Files
--------------
src/test/regress/expected/domain.out | 47 ++++++++++++++++++++++++++++++++++++
src/test/regress/sql/domain.sql | 24 ++++++++++++++++++
2 files changed, 71 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-03-20 07:16:05 pgsql: Remove assertions that some compiler say are tautological
Previous Message Jeff Davis 2024-03-19 22:29:50 pgsql: Support C.UTF-8 locale in the new builtin collation provider.