pgsql: On second thought, remove regex.linux.utf8 regression test altog

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: On second thought, remove regex.linux.utf8 regression test altog
Date: 2022-01-05 23:19:17
Message-ID: E1n5FYr-00051H-El@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On second thought, remove regex.linux.utf8 regression test altogether.

The code-coverage report says that this test doesn't increase
coverage by one single line, which I now realize is because
I made src/test/modules/test_regex/sql/test_regex_utf8.sql
to cover all the code that this would. So really it's pointless
and we should just drop it.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/987db509ed35ad287c50a7eac381535830f03a29

Modified Files
--------------
src/test/regress/expected/regex.linux.utf8.out | 171 -----------------------
src/test/regress/expected/regex.linux.utf8_1.out | 11 --
src/test/regress/parallel_schedule | 2 +-
src/test/regress/sql/regex.linux.utf8.sql | 54 -------
4 files changed, 1 insertion(+), 237 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-01-06 02:42:31 pgsql: doc: Remove link to JSON support in the SQL specification
Previous Message Tom Lane 2022-01-05 22:46:34 Re: pgsql: Create foreign key triggers in partitioned tables too