Skip to content

Commit 14d49f4

Browse files
committed
Revert unstable test cases from commit 7d80441.
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.GX24052@telsasoft.com
1 parent 7d80441 commit 14d49f4

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

src/test/regress/expected/psql.out

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4895,20 +4895,6 @@ Owning table: "pg_catalog.pg_statistic"
48954895
Indexes:
48964896
"pg_toast_2619_index" PRIMARY KEY, btree (chunk_id, chunk_seq)
48974897

4898-
\dt pg_toast.pg_toast_2619
4899-
List of relations
4900-
Schema | Name | Type | Owner
4901-
----------+---------------+-------------+----------
4902-
pg_toast | pg_toast_2619 | TOAST table | postgres
4903-
(1 row)
4904-
4905-
\di pg_toast.pg_toast_2619_index
4906-
List of relations
4907-
Schema | Name | Type | Owner | Table
4908-
----------+---------------------+-------+----------+---------------
4909-
pg_toast | pg_toast_2619_index | index | postgres | pg_toast_2619
4910-
(1 row)
4911-
49124898
-- check printing info about access methods
49134899
\dA
49144900
List of access methods

src/test/regress/sql/psql.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,8 +1210,6 @@ drop role regress_partitioning_role;
12101210

12111211
-- \d on toast table (use pg_statistic's toast table, which has a known name)
12121212
\d pg_toast.pg_toast_2619
1213-
\dt pg_toast.pg_toast_2619
1214-
\di pg_toast.pg_toast_2619_index
12151213

12161214
-- check printing info about access methods
12171215
\dA

0 commit comments

Comments
 (0)