pgsql: Remove obsolete collation test.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove obsolete collation test.
Date: 2019-10-16 05:03:13
Message-ID: E1iKbSr-0000fo-7J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove obsolete collation test.

The previous commit forgot to remove this test, which no longer
holds on all systems.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cce95a2f029e546dc461d7ec1760e2c3a247b0e7

Modified Files
--------------
src/test/regress/expected/collate.linux.utf8.out | 2 --
src/test/regress/sql/collate.linux.utf8.sql | 1 -
2 files changed, 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-10-16 05:58:17 Re: pgsql: Fix table rewrites that include a column without a default.
Previous Message Thomas Munro 2019-10-16 04:32:16 pgsql: Use libc version as a collation version on glibc systems.