pgsql: Remove incidental md5() function use from test

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove incidental md5() function use from test
Date: 2025-03-30 12:13:04
Message-ID: E1tyrXE-001koe-0X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sss(dot)pgh(dot)pa(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2025-03-30 18:12:20 Re: pgsql: pg_upgrade: Fix inconsistency in memory freeing
Previous Message Michael Paquier 2025-03-29 22:03:01 Re: pgsql: pg_upgrade: Fix inconsistency in memory freeing