pgsql: Mark unsafe_tests module as not runnable with installcheck

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Mark unsafe_tests module as not runnable with installcheck
Date: 2023-03-12 13:05:10
Message-ID: E1pbLNu-003AWq-CP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Mark unsafe_tests module as not runnable with installcheck

This was an omission in the original creation of the module.

Also slightly adjust some wording to avoid a double "is".

Backpatch the non-meson piece of this to release 12, where the module
was introduced.

Discussion: https://postgr.es/m/be869e1c-8e3f-4cde-8609-212c899cccf9@dunslane.net

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/baf7f450dbecaf5333e372502a6d7d20c9482af1

Modified Files
--------------
src/test/modules/unsafe_tests/Makefile | 3 +++
src/test/modules/unsafe_tests/README | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2023-03-12 15:17:47 Re: pgsql: Add standard collation UNICODE
Previous Message Andres Freund 2023-03-11 23:44:39 pgsql: pg_amcheck: Minor test speedups