Re: [PATCH] Refactor *_abbrev_convert() functions

From: John Naylor <johncnaylorls(at)gmail(dot)com>
To: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
Cc: Aleksander Alekseev <aleksander(at)tigerdata(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] Refactor *_abbrev_convert() functions
Date: 2026-09-23 11:17:47
Message-ID: CANWCAZbD=7bqYPZDeyy94TeRZ+hPzoSZCsDiNbAxrzkiyP9BbA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Sep 23, 2026 at 3:59 PM John Naylor <johncnaylorls(at)gmail(dot)com> wrote:
> I'm thinking now to leave the change to hash_uint32 out now, since
> there are places elsewhere that do round-trip casting via hash_uint32,
> and that could be material a separate patch, leaving this patch only
> touching hash_any. I'll make the change my self and commit soon.

This is done.

--
John Naylor
Amazon Web Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Sharma 2026-09-23 11:18:25 Re: Orphaned Files in PostgreSQL
Previous Message Etsuro Fujita 2026-09-23 11:08:53 Re: postgres_fdw: push down FETCH FIRST .. WITH TIES when server version allows