Re: [PATCH] Refactor *_abbrev_convert() functions - Mailing list pgsql-hackers

From Aditya Gollamudi
Subject Re: [PATCH] Refactor *_abbrev_convert() functions
Date
Msg-id CAD-KL_H-jscSsTRa89W9k5+jaovTYQQv24J4f_cKi-Yr7E0PHw@mail.gmail.com
Whole thread Raw
In response to [PATCH] Refactor *_abbrev_convert() functions  (Aleksander Alekseev <aleksander@tigerdata.com>)
Responses Re: [PATCH] Refactor *_abbrev_convert() functions
List pgsql-hackers
On Tue, Jan 13, 2026 at 4:34 AM Aleksander Alekseev <aleksander@tigerdata.com> wrote:
Hi,

Now when all Datums are 64-bit values we can simplify the code by
using murmurhash64(). This refactoring was previously suggested by
John Naylor [1].

[1]: https://postgr.es/m/CANWCAZbMyrijdR0xc-4SqpNJBHMEwRZccBK4fa0aquNpq2Uj7w%40mail.gmail.com

--
Best regards,
Aleksander Alekseev

Hi, 

I reviewed this change and the surrounding code and this seems good!
All tests pass locally for me. Hopefully this gets picked up soon.

Regards, 
Adi Gollamudi

pgsql-hackers by date:

Previous
From: Robert Treat
Date:
Subject: Re: Optional skipping of unchanged relations during ANALYZE?
Next
From: Andres Freund
Date:
Subject: Re: Buffer locking is special (hints, checksums, AIO writes)