pgsql: Remove incidental md5() function use from test - Mailing list pgsql-committers

From Tomas Vondra
Subject pgsql: Remove incidental md5() function use from test
Date
Msg-id E1tyrXE-001koe-0X@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove incidental md5() function use from test

Replace md5() with sha256() in tests introduced in 14ffaece0fb5, to
allow test to pass in OpenSSL FIPS mode.

Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/3518736.1743307492@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/49b82522f13fa5f756687f5609f687877fc970ff

Modified Files
--------------
contrib/amcheck/expected/check_gin.out | 4 ++--
contrib/amcheck/sql/check_gin.sql      | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: pg_upgrade: Fix inconsistency in memory freeing
Next
From: Jeff Davis
Date:
Subject: Re: pgsql: pg_upgrade: Fix inconsistency in memory freeing