[PATCH] Refactor *_abbrev_convert() functions
Aleksander Alekseev <aleksander@tigerdata.com>
From: Aleksander Alekseev <aleksander@tigerdata.com>
To: PostgreSQL Development <pgsql-hackers@postgresql.org>
Date: 2026-01-13T12:34:09Z
Lists: pgsql-hackers
Attachments
- v1-0001-Refactor-_abbrev_convert-functions.patch (text/x-patch) patch v1-0001
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