diff -w -U3 C:/cirrus/src/test/regress/expected/psql.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/psql.out --- C:/cirrus/src/test/regress/expected/psql.out 2024-03-28 03:05:24.671078100 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/psql.out 2024-03-28 03:08:29.423290100 +0000 @@ -6115,8 +6115,8 @@ \dD "no.such.domain" List of domains - Schema | Name | Type | Collation | Nullable | Default | Check ---------+------+------+-----------+----------+---------+------- + Schema | Name | Type | Basetype | Collation | Nullable | Default | Check +--------+------+------+----------+-----------+----------+---------+------- (0 rows) \ddp "no.such.default.access.privilege" @@ -6325,8 +6325,8 @@ \dD "no.such.schema"."no.such.domain" List of domains - Schema | Name | Type | Collation | Nullable | Default | Check ---------+------+------+-----------+----------+---------+------- + Schema | Name | Type | Basetype | Collation | Nullable | Default | Check +--------+------+------+----------+-----------+----------+---------+------- (0 rows) \ddp "no.such.schema"."no.such.default.access.privilege" @@ -6482,8 +6482,8 @@ \dD regression."no.such.schema"."no.such.domain" List of domains - Schema | Name | Type | Collation | Nullable | Default | Check ---------+------+------+-----------+----------+---------+------- + Schema | Name | Type | Basetype | Collation | Nullable | Default | Check +--------+------+------+----------+-----------+----------+---------+------- (0 rows) \di regression."no.such.schema"."no.such.index.relation" @@ -6678,9 +6678,9 @@ REVOKE ALL ON DOMAIN regress_zeropriv_domain FROM CURRENT_USER, PUBLIC; \dD+ regress_zeropriv_domain List of domains - Schema | Name | Type | Collation | Nullable | Default | Check | Access privileges | Description ---------+-------------------------+---------+-----------+----------+---------+-------+-------------------+------------- - public | regress_zeropriv_domain | integer | | | | | (none) | + Schema | Name | Type | Basetype | Collation | Nullable | Default | Check | Access privileges | Description +--------+-------------------------+---------+----------+-----------+----------+---------+-------+-------------------+------------- + public | regress_zeropriv_domain | integer | integer | | | | | (none) | (1 row) CREATE PROCEDURE regress_zeropriv_proc() LANGUAGE sql AS '';