pgsql: Put tests of md5() function into separate test file - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Put tests of md5() function into separate test file
Date
Msg-id E1oivPF-002B6v-Un@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Put tests of md5() function into separate test file

In FIPS mode, these calls will fail.  By having them in a separate
file, it would make it easier to have an alternative output file or
selectively disable these tests.  This isn't done here; this is just
some preparation.

Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://www.postgresql.org/message-id/647f6cc1-473d-f788-ade0-c09201e5ab6a@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9786b89bd1b4c298ed900d118cbb5eb997c34905

Modified Files
--------------
src/test/regress/expected/md5.out     | 91 +++++++++++++++++++++++++++++++++++
src/test/regress/expected/strings.out | 88 ---------------------------------
src/test/regress/parallel_schedule    |  2 +-
src/test/regress/sql/md5.sql          | 36 ++++++++++++++
src/test/regress/sql/strings.sql      | 32 ------------
5 files changed, 128 insertions(+), 121 deletions(-)


pgsql-committers by date:

Previous
From: Etsuro Fujita
Date:
Subject: pgsql: Allow batch insertion during COPY into a foreign table.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix typo in CREATE PUBLICATION reference page