postgresql/contrib/citext
Peter Eisentraut 3c551ebede 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
2023-11-07 07:58:14 +01:00
..
expected citext: Allow tests to pass in OpenSSL FIPS mode 2023-11-07 07:58:14 +01:00
sql citext: Allow tests to pass in OpenSSL FIPS mode 2023-11-07 07:58:14 +01:00
.gitignore
citext--1.0--1.1.sql
citext--1.1--1.2.sql
citext--1.2--1.3.sql
citext--1.3--1.4.sql
citext--1.4--1.5.sql
citext--1.4.sql
citext--1.5--1.6.sql
citext.c Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
citext.control
Makefile
meson.build