pgsql: citext: Allow tests to pass in OpenSSL FIPS mode

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: citext: Allow tests to pass in OpenSSL FIPS mode
Date: 2023-11-07 07:09:31
Message-ID: E1r0GDL-004Ixd-D6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3c551ebede46194237f82062b54b92e474b5c743

Modified Files
--------------
contrib/citext/expected/citext.out | 9 ---------
contrib/citext/expected/citext_1.out | 9 ---------
contrib/citext/sql/citext.sql | 1 -
3 files changed, 19 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2023-11-07 18:35:11 pgsql: Stop including parsenodes.h in plannodes.h
Previous Message Amit Kapila 2023-11-07 06:34:46 pgsql: Fix the test 003_logical_slots.