pgsql: Remove failing collation case from object_address regression tes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove failing collation case from object_address regression tes
Date: 2014-12-23 21:56:00
Message-ID: E1Y3XQu-000694-Lp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3e2275355954cabf89ba044fe8557ef347bf3fb1

Modified Files
--------------
src/test/regress/expected/object_address.out | 7 -------
src/test/regress/sql/object_address.sql | 1 -
2 files changed, 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-12-24 11:32:42 pgsql: Suppress MSVC warning in typeStringToTypeName function.
Previous Message David G Johnston 2014-12-23 19:53:56 Re: [COMMITTERS] pgsql: Use a bitmask to represent role attributes