Put tests of md5() function into separate test file
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 13 Oct 2022 09:46:18 +0000 (11:46 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 13 Oct 2022 10:02:31 +0000 (12:02 +0200)
commit9786b89bd1b4c298ed900d118cbb5eb997c34905
tree23fa3578046a08862ab2bbed060c5131291565c2
parent97da48246d34807196b404626f019c767b7af0df
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
src/test/regress/expected/md5.out [new file with mode: 0644]
src/test/regress/expected/strings.out
src/test/regress/parallel_schedule
src/test/regress/sql/md5.sql [new file with mode: 0644]
src/test/regress/sql/strings.sql