pgsql: Use specific collation where needed in new test

From: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use specific collation where needed in new test
Date: 2025-04-07 19:58:33
Message-ID: E1u1sc5-003Azh-0m@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use specific collation where needed in new test

Oversight in commit a379061a22a8.

Per Czech buildfarm members jay and hippopotamus.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/17bcf4f5450430f67b744c225566c9e0e6413e95

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2025-04-07 21:18:10 pgsql: Add pg_buffercache_numa view with NUMA node info
Previous Message Tom Lane 2025-04-07 19:54:38 pgsql: Fix some issues in contrib/spi/refint.c.