Thread: pgsql: Remove incidental md5() function use from test

pgsql: Remove incidental md5() function use from test

From
Tomas Vondra
Date:
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(-)