citext: Allow tests to pass in OpenSSL FIPS mode
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 7 Nov 2023 06:58:14 +0000 (07:58 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 7 Nov 2023 06:58:14 +0000 (07:58 +0100)
commit3c551ebede46194237f82062b54b92e474b5c743
tree890f41cde184eac950487e4a7ba0f2a9d2d708fa
parent8af917be6badf0b50759fd7d9ca4e3e7977dd486
citext: Allow tests to pass in OpenSSL FIPS mode

citext doesn't define an md5() function, so the value of using it in
its tests is dubious.  At best this shows in an indirect way that the
cast from citext to text works.  Avoid the issue and remove the test.

Discussion: https://www.postgresql.org/message-id/flat/dbbd927f-ef1f-c9a1-4ec6-c759778ac852%40enterprisedb.com
contrib/citext/expected/citext.out
contrib/citext/expected/citext_1.out
contrib/citext/sql/citext.sql