pgsql: Use fipshash in brin_multi test

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use fipshash in brin_multi test
Date: 2023-11-25 21:36:04
Message-ID: E1r70Jn-007F4F-RH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use fipshash in brin_multi test

This fixes some md5() calls that snuck in in 0457109344 after we had
removed them all in 208bf364a9.

Reviewed-by: Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>
Discussion: https://www.postgresql.org/message-id/a35eaf0f-b19c-7797-e296-7b7e2adc473e@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/86b64bafc19c4c60136a4038d2a8d1e6eecc59f2

Modified Files
--------------
src/test/regress/expected/brin_multi.out | 32 ++++++++++++++++----------------
src/test/regress/sql/brin_multi.sql | 28 ++++++++++++++--------------
2 files changed, 30 insertions(+), 30 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2023-11-26 20:36:49 pgsql: Fix brin.c indentation issues introduced by c1ec02be1d
Previous Message Bruce Momjian 2023-11-25 20:12:53 Re: pgsql: Doc: un-break PDF build.