pgsql: Make new test immune to collation

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make new test immune to collation
Date: 2021-07-23 15:55:02
Message-ID: E1m6xVu-0001qX-1k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-07-24 09:37:08 pgsql: Unify parsing logic for command-line integer options
Previous Message Tom Lane 2021-07-23 01:26:37 Re: pgsql: Make ALTER TRIGGER RENAME consistent for partitioned tables