pgsql: Make contrib/test_decoding regression tests safe for CZ locale.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make contrib/test_decoding regression tests safe for CZ locale.
Date: 2016-11-22 01:39:36
Message-ID: E1c903c-0008FL-BP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make contrib/test_decoding regression tests safe for CZ locale.

A little COLLATE "C" goes a long way.

Pavel Stehule, per suggestion from Craig Ringer

Discussion: <CAFj8pRA8nJZcozgxN=RMSqMmKuHVOkcGAAKPKdFeiMWGDSUDLA(at)mail(dot)gmail(dot)com>

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/292765ce3504856062270fff4b08cd12d5bd143f

Modified Files
--------------
contrib/test_decoding/expected/spill.out | 10 +++++-----
contrib/test_decoding/sql/spill.sql | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-11-22 19:03:54 pgsql: Doc: add a section in Part II concerning RETURNING.
Previous Message Michael Paquier 2016-11-22 01:17:52 Re: Re: [COMMITTERS] pgsql: autovacuum: Drop orphan temp tables more quickly but with more c