Skip to content

Commit 3e22753

Browse files
committed
Remove failing collation case from object_address regression test.
Per buildfarm, this test case does not yield consistent results. I don't think it's useful enough to figure out a workaround, either.
1 parent a609d96 commit 3e22753

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/test/regress/expected/object_address.out

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ BEGIN
7575
('materialized view'), ('foreign table'),
7676
('table column'), ('foreign table column'),
7777
('aggregate'), ('function'), ('type'), ('cast'),
78-
('collation'),
7978
('table constraint'), ('domain constraint'), ('conversion'), ('default value'),
8079
('operator'), ('operator class'), ('operator family'), ('rule'), ('trigger'),
8180
('text search parser'), ('text search dictionary'),
@@ -168,12 +167,6 @@ WARNING: error for cast,{addr_nsp,zwei},{}: name list length must be exactly 1
168167
WARNING: error for cast,{addr_nsp,zwei},{integer}: name list length must be exactly 1
169168
WARNING: error for cast,{eins,zwei,drei},{}: name list length must be exactly 1
170169
WARNING: error for cast,{eins,zwei,drei},{integer}: name list length must be exactly 1
171-
WARNING: error for collation,{eins},{}: collation "eins" for encoding "UTF8" does not exist
172-
WARNING: error for collation,{eins},{integer}: collation "eins" for encoding "UTF8" does not exist
173-
WARNING: error for collation,{addr_nsp,zwei},{}: collation "addr_nsp.zwei" for encoding "UTF8" does not exist
174-
WARNING: error for collation,{addr_nsp,zwei},{integer}: collation "addr_nsp.zwei" for encoding "UTF8" does not exist
175-
WARNING: error for collation,{eins,zwei,drei},{}: cross-database references are not implemented: eins.zwei.drei
176-
WARNING: error for collation,{eins,zwei,drei},{integer}: cross-database references are not implemented: eins.zwei.drei
177170
WARNING: error for table constraint,{eins},{}: must specify relation and object name
178171
WARNING: error for table constraint,{eins},{integer}: must specify relation and object name
179172
WARNING: error for table constraint,{addr_nsp,zwei},{}: relation "addr_nsp" does not exist

src/test/regress/sql/object_address.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ BEGIN
7171
('materialized view'), ('foreign table'),
7272
('table column'), ('foreign table column'),
7373
('aggregate'), ('function'), ('type'), ('cast'),
74-
('collation'),
7574
('table constraint'), ('domain constraint'), ('conversion'), ('default value'),
7675
('operator'), ('operator class'), ('operator family'), ('rule'), ('trigger'),
7776
('text search parser'), ('text search dictionary'),

0 commit comments

Comments
 (0)