Re: Fix hashchar() and hashcharextended() to not depend on char signedness - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Fix hashchar() and hashcharextended() to not depend on char signedness
Date
Msg-id d5a742ec-5abd-4c74-bd4e-a67b5e1cb1bd@eisentraut.org
Whole thread
List pgsql-hackers
On 30.07.26 08:51, Tristan Partin wrote:
> In bug #19587[0], the user reported that hashchar() and
> hashcharextended() were not producing the same results for the same
> input because of sign extension depending on the platform.

Is there any claim that data type hash functions are platform-independent?




pgsql-hackers by date:

Previous
From: Matthias van de Meent
Date:
Subject: Re: let ALTER TABLE DROP COLUMN drop whole-row referenced object
Next
From: Masahiko Sawada
Date:
Subject: Re: Add a hook for handling logical decoding messages on subscribers.