pgsql: Make sepgsql regression tests robust vs. collation differences

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make sepgsql regression tests robust vs. collation differences
Date: 2017-04-09 22:59:24
Message-ID: E1cxLno-0000vV-LD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make sepgsql regression tests robust vs. collation differences

In commit 25542d77, regression test coverage was added to sepgsql
for partitioned tables. Unfortunately it was not robust in the face
of collation differences, per the buildfarm. Force "C" collation
in order to fix that.

Discussion: https://postgr.es/m/flat/623bcaae-112e-ced0-8c22-a84f75ae0c53%40joeconway.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/86fa9b2d1b74cf7e3402c7653f7515b075eacc7b

Modified Files
--------------
contrib/sepgsql/expected/dml.out | 6 +++---
contrib/sepgsql/expected/label.out | 12 ++++++------
contrib/sepgsql/sql/dml.sql | 2 +-
contrib/sepgsql/sql/label.sql | 4 ++--
4 files changed, 12 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2017-04-10 04:01:14 Re: [COMMITTERS] pgsql: Sync pg_dump and pg_dumpall output
Previous Message Joe Conway 2017-04-09 21:02:33 pgsql: Add partitioned table support to sepgsql