[PATCH] Refactor *_abbrev_convert() functions

From: Aleksander Alekseev <aleksander(at)tigerdata(dot)com>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH] Refactor *_abbrev_convert() functions
Date: 2026-01-13 12:34:09
Message-ID: CAJ7c6TMPhDRQMmkUHPv8oOK97B1mR8NRS61DgjpdaZUPAwaeZQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
v1-0001-Refactor-_abbrev_convert-functions.patch text/x-patch 4.5 KB

Browse pgsql-hackers by date

  From Date Subject
Previous Message Joel Jacobson 2026-01-13 12:10:20 Re: Optimize LISTEN/NOTIFY