]> granicus.if.org Git - postgresql/commitdiff
Remove failing collation case from object_address regression test.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Dec 2014 21:55:51 +0000 (16:55 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Dec 2014 21:55:51 +0000 (16:55 -0500)
Per buildfarm, this test case does not yield consistent results.
I don't think it's useful enough to figure out a workaround, either.

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

index 67eadffc6bcd5783f27d9d6261cbb72935159603..1528b29317b29096383db44a7c22f14d8be3bfb3 100644 (file)
@@ -75,7 +75,6 @@ BEGIN
                ('materialized view'), ('foreign table'),
                ('table column'), ('foreign table column'),
                ('aggregate'), ('function'), ('type'), ('cast'),
-               ('collation'),
                ('table constraint'), ('domain constraint'), ('conversion'), ('default value'),
                ('operator'), ('operator class'), ('operator family'), ('rule'), ('trigger'),
                ('text search parser'), ('text search dictionary'),
@@ -168,12 +167,6 @@ WARNING:  error for cast,{addr_nsp,zwei},{}: name list length must be exactly 1
 WARNING:  error for cast,{addr_nsp,zwei},{integer}: name list length must be exactly 1
 WARNING:  error for cast,{eins,zwei,drei},{}: name list length must be exactly 1
 WARNING:  error for cast,{eins,zwei,drei},{integer}: name list length must be exactly 1
-WARNING:  error for collation,{eins},{}: collation "eins" for encoding "UTF8" does not exist
-WARNING:  error for collation,{eins},{integer}: collation "eins" for encoding "UTF8" does not exist
-WARNING:  error for collation,{addr_nsp,zwei},{}: collation "addr_nsp.zwei" for encoding "UTF8" does not exist
-WARNING:  error for collation,{addr_nsp,zwei},{integer}: collation "addr_nsp.zwei" for encoding "UTF8" does not exist
-WARNING:  error for collation,{eins,zwei,drei},{}: cross-database references are not implemented: eins.zwei.drei
-WARNING:  error for collation,{eins,zwei,drei},{integer}: cross-database references are not implemented: eins.zwei.drei
 WARNING:  error for table constraint,{eins},{}: must specify relation and object name
 WARNING:  error for table constraint,{eins},{integer}: must specify relation and object name
 WARNING:  error for table constraint,{addr_nsp,zwei},{}: relation "addr_nsp" does not exist
index bd4c7c5016a87d7dfeffd4bd5cc70c32d889b7df..6cba0923610c9c03cbb7f3ad9ab9620dfc9e3d58 100644 (file)
@@ -71,7 +71,6 @@ BEGIN
                ('materialized view'), ('foreign table'),
                ('table column'), ('foreign table column'),
                ('aggregate'), ('function'), ('type'), ('cast'),
-               ('collation'),
                ('table constraint'), ('domain constraint'), ('conversion'), ('default value'),
                ('operator'), ('operator class'), ('operator family'), ('rule'), ('trigger'),
                ('text search parser'), ('text search dictionary'),