pgsql: Make new test immune to collation - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Make new test immune to collation
Date
Msg-id E1m6xVu-0001qX-1k@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make new test immune to collation

Animals running in Czech locale failed.  I could try to find table names
that don't have this problem, but it seems simpler to just use the C
locale.

Per buildfarm

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6beb38cfc9ddd4cd3d2eb5402981ebdd69a618b4

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Make ALTER TRIGGER RENAME consistent for partitioned tables
Next
From: Michael Paquier
Date:
Subject: pgsql: Unify parsing logic for command-line integer options