pgsql: Replace references to COLLATE "en_US" with COLLATE "C".

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Replace references to COLLATE "en_US" with COLLATE "C".
Date: 2016-12-07 18:39:30
Message-ID: E1cEh7q-0001cv-5L@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Replace references to COLLATE "en_US" with COLLATE "C".

Commit f0e44751d7175fa3394da2c8f85e3ceb3cdbfe63 is turning the
buildfarm red; let's try something hopefully more portable.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/71efd34fb8047e3e4fdfc9d6900b7affd20a0235

Modified Files
--------------
src/test/regress/expected/alter_table.out | 6 +++---
src/test/regress/expected/create_table.out | 4 ++--
src/test/regress/sql/alter_table.sql | 6 +++---
src/test/regress/sql/create_table.sql | 2 +-
4 files changed, 9 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-12-07 18:48:17 pgsql: Replace references to COLLATE "en_CA" with COLLATE "POSIX".
Previous Message Robert Haas 2016-12-07 18:33:09 Re: [COMMITTERS] pgsql: Implement table partitioning.