pgsql: Enable routine running of regex.linux.utf8 regression test.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Enable routine running of regex.linux.utf8 regression test.
Date: 2022-01-05 22:32:17
Message-ID: E1n5EpN-0004f8-EH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Enable routine running of regex.linux.utf8 regression test.

Up to now this has just sat there as a test you could invoke via
EXTRA_TESTS, which of course nobody does. I'm feeling encouraged
because c2e8bd275 hasn't yet broke anything, so let's try making this
run with a suitable guard condition (similar to collate.linux.utf8).

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/72a3ebf235b52fdb715214027026f66a0ad7da4d

Modified Files
--------------
src/test/regress/expected/regex.linux.utf8.out | 11 +++++++++--
src/test/regress/expected/regex.linux.utf8_1.out | 11 +++++++++++
src/test/regress/parallel_schedule | 2 +-
src/test/regress/sql/regex.linux.utf8.sql | 12 ++++++++++--
4 files changed, 31 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-01-05 22:46:34 Re: pgsql: Create foreign key triggers in partitioned tables too
Previous Message Alvaro Herrera 2022-01-05 22:15:56 pgsql: Create foreign key triggers in partitioned tables too