diff -U3 /Users/admin/pgsql/src/test/regress/expected/psql.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/psql.out --- /Users/admin/pgsql/src/test/regress/expected/psql.out 2024-03-28 03:04:50 +++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/psql.out 2024-03-28 03:08:06 @@ -6114,9 +6114,9 @@ (0 rows) \dD "no.such.domain" - List of domains - Schema | Name | Type | Collation | Nullable | Default | Check ---------+------+------+-----------+----------+---------+------- + List of domains + Schema | Name | Type | Basetype | Collation | Nullable | Default | Check +--------+------+------+----------+-----------+----------+---------+------- (0 rows) \ddp "no.such.default.access.privilege" @@ -6324,9 +6324,9 @@ (0 rows) \dD "no.such.schema"."no.such.domain" - List of domains - Schema | Name | Type | Collation | Nullable | Default | Check ---------+------+------+-----------+----------+---------+------- + List of domains + Schema | Name | Type | Basetype | Collation | Nullable | Default | Check +--------+------+------+----------+-----------+----------+---------+------- (0 rows) \ddp "no.such.schema"."no.such.default.access.privilege" @@ -6481,9 +6481,9 @@ (0 rows) \dD regression."no.such.schema"."no.such.domain" - List of domains - Schema | Name | Type | Collation | Nullable | Default | Check ---------+------+------+-----------+----------+---------+------- + List of domains + Schema | Name | Type | Basetype | Collation | Nullable | Default | Check +--------+------+------+----------+-----------+----------+---------+------- (0 rows) \di regression."no.such.schema"."no.such.index.relation" @@ -6677,10 +6677,10 @@ CREATE DOMAIN regress_zeropriv_domain AS int; 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) | + List of domains + 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 '';