Re: [PATCH] Add crc32(text) & crc32(bytea) - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: [PATCH] Add crc32(text) & crc32(bytea)
Date
Msg-id ZqJsOYLb8NDB-2YF@nathan
Whole thread Raw
In response to [PATCH] Add crc32(text) & crc32(bytea)  (Aleksander Alekseev <aleksander@timescale.com>)
Responses Re: [PATCH] Add crc32(text) & crc32(bytea)
List pgsql-hackers
On Thu, Jul 18, 2024 at 02:24:23PM +0300, Aleksander Alekseev wrote:
> I vaguely recall that I faced this problem before. Supporting crc32
> was requested on the mailing list [2] and a number of workarounds
> exist in PL/pgSQL [3][4]. Since there seems to be a demand and it
> costs us nothing to maintain crc32() I suggest adding it.

This sounds generally reasonable to me, especially given the apparent
demand.  Should we also introduce crc32c() while we're at it?

-- 
nathan



pgsql-hackers by date:

Previous
From: Dagfinn Ilmari Mannsåker
Date:
Subject: Re: CREATE MATERIALIZED VIEW
Next
From: Nathan Bossart
Date:
Subject: Re: CREATE MATERIALIZED VIEW