Re: pgsql: Set amcancrosscompare to true for hash

2025-03-03 Thread Tom Lane
Melanie Plageman writes: > Is there a discussion somewhere about why valgrind has been failing > like this on skink since Saturday? > valgrind: Fatal error at startup: a function redirection > valgrind: which is mandatory for this platform-tool combination > valgrind: cannot be set up. Detail

Re: pgsql: Set amcancrosscompare to true for hash

2025-03-03 Thread Andres Freund
Hi, On 2025-03-03 12:48:27 -0500, Tom Lane wrote: > Melanie Plageman writes: > > Is there a discussion somewhere about why valgrind has been failing > > like this on skink since Saturday? > > > valgrind: Fatal error at startup: a function redirection > > valgrind: which is mandatory for this p

Re: pgsql: Set amcancrosscompare to true for hash

2025-03-03 Thread Melanie Plageman
Is there a discussion somewhere about why valgrind has been failing like this on skink since Saturday? valgrind: Fatal error at startup: a function redirection valgrind: which is mandatory for this platform-tool combination valgrind: cannot be set up. Details of the redirection are: It doesn'

pgsql: Set amcancrosscompare to true for hash

2025-03-01 Thread Peter Eisentraut
Set amcancrosscompare to true for hash This was missed in the refactoring in patch ce62f2f2a0a, which thus created a regression. Reported-by: Tom Lane Reviewed-by: Mark Dilger Discussion: https://www.postgresql.org/message-id/flat/E1tngY6-UL-2n%40gemulon.postgresql.org Branch -- maste