Revert unstable test cases from commit 7d80441d2.
authorTom Lane <[email protected]>
Wed, 6 Jan 2021 00:03:56 +0000 (19:03 -0500)
committerTom Lane <[email protected]>
Wed, 6 Jan 2021 00:03:56 +0000 (19:03 -0500)
I momentarily forgot that the "owner" column wouldn't be stable
in the buildfarm.  Oh well, these tests weren't very valuable
anyway.

Discussion: https://postgr.es/m/20201130165436[email protected]

src/test/regress/expected/psql.out
src/test/regress/sql/psql.sql

index d3134ecb2f4339223790ffd89281aa593d588d5d..7204fdb0b439c3ce7c824d6209db122df511b4d7 100644 (file)
@@ -4895,20 +4895,6 @@ Owning table: "pg_catalog.pg_statistic"
 Indexes:
     "pg_toast_2619_index" PRIMARY KEY, btree (chunk_id, chunk_seq)
 
-\dt pg_toast.pg_toast_2619
-                 List of relations
-  Schema  |     Name      |    Type     |  Owner   
-----------+---------------+-------------+----------
- pg_toast | pg_toast_2619 | TOAST table | postgres
-(1 row)
-
-\di pg_toast.pg_toast_2619_index
-                         List of relations
-  Schema  |        Name         | Type  |  Owner   |     Table     
-----------+---------------------+-------+----------+---------------
- pg_toast | pg_toast_2619_index | index | postgres | pg_toast_2619
-(1 row)
-
 -- check printing info about access methods
 \dA
 List of access methods
index 2cb9da8bff9540519d8faa87d7a72e6c2092ccf2..537d5332aa90c0a0ce40b34550f5e687e5abcd9a 100644 (file)
@@ -1210,8 +1210,6 @@ drop role regress_partitioning_role;
 
 -- \d on toast table (use pg_statistic's toast table, which has a known name)
 \d pg_toast.pg_toast_2619
-\dt pg_toast.pg_toast_2619
-\di pg_toast.pg_toast_2619_index
 
 -- check printing info about access methods
 \dA