Re: Amcheck verification of GiST and GIN - Mailing list pgsql-hackers

From Tomas Vondra
Subject Re: Amcheck verification of GiST and GIN
Date
Msg-id 94e0b40c-d3dd-47c5-a0bb-78df672cae20@vondra.me
Whole thread Raw
In response to Re: Amcheck verification of GiST and GIN  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 3/30/25 06:04, Tom Lane wrote:
> Tomas Vondra <tomas@vondra.me> writes:
>> I've pushed all the parts of this patch series, except for the stress
>> test - which I think was not meant for commit.
>> buildfarm seems happy so far, except for a minor indentation issue
>> (forgot to reindent after merging the separate fix patch).
> 
> Not so much here:
> 
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=gecko&dt=2025-03-29%2020%3A25%3A23
> 
> Need to avoid depending on md5(), or it'll fail on machines with
> FIPS mode enabled.  See for example 95b856de2.
> 

Ah, I forgot about that. Fixed.


regards

-- 
Tomas Vondra




pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Typo in comment for pgstat_database_flush_cb()
Next
From: jian he
Date:
Subject: Re: speedup COPY TO for partitioned table.