Thread: [COMMITTERS] pgsql: Make sepgsql regression tests robust vs. collation differences

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(-)