pgsql: Remove incidental md5() function use from test

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove incidental md5() function use from test
Date: 2024-08-16 15:31:36
Message-ID: E1seyvQ-004S73-Rm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove incidental md5() function use from test

To allow test to pass in OpenSSL FIPS mode, similar to 657f5f223e, for
a new test that has been added since.

Reviewed-by: Tomas Vondra <tomas(at)vondra(dot)me>
Discussion: https://www.postgresql.org/message-id/86763810-70a1-4872-8ba7-1676f788e5a2@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/95b856de23c72bbb46b7c5430fa6897002d2908e

Modified Files
--------------
contrib/pageinspect/expected/brin.out | 10 +++++-----
contrib/pageinspect/sql/brin.sql | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2024-08-16 16:27:45 pgsql: Remove dependence on -fwrapv semantics in jsonb.
Previous Message Heikki Linnakangas 2024-08-16 12:18:25 pgsql: Relax fsyncing at end of a bulk load that was not WAL-logged