Re: pgsql: Improve BRIN minmax-multi opclass test coverage - Mailing list pgsql-committers

From Peter Eisentraut
Subject Re: pgsql: Improve BRIN minmax-multi opclass test coverage
Date
Msg-id 98683303-b841-42a1-8ccc-9655b116ce24@eisentraut.org
Whole thread Raw
In response to Re: pgsql: Improve BRIN minmax-multi opclass test coverage  (Peter Eisentraut <peter@eisentraut.org>)
List pgsql-committers
On 22.08.23 08:43, Peter Eisentraut wrote:
> These new tests introduced a few new calls of the md5() function.  This 
> should be avoided (see commit 208bf364a9).  You can replace these easily 
> with the fipshash() function instead, but I think you then also need to 
> change some of the constants in the tests.  Could you look at this again?

I have created a patch that updates the test accordingly.  It replaces 
the md5() function with fipshash() and adjusts the test values to 
correspond to the values generated in the original tests.

Attachment

pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: C comment: fix typos with unnecessary apostrophes
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix resource leak when a FDW's ForeignAsyncRequest function fail