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 ZrDvsJP-MxNp3DFu@nathan
Whole thread Raw
In response to Re: [PATCH] Add crc32(text) & crc32(bytea)  (Aleksander Alekseev <aleksander@timescale.com>)
Responses Re: [PATCH] Add crc32(text) & crc32(bytea)
Re: [PATCH] Add crc32(text) & crc32(bytea)
List pgsql-hackers
On Mon, Aug 05, 2024 at 04:19:45PM +0300, Aleksander Alekseev wrote:
> Thanks, PFA patch v3.

This looks pretty good to me.  The only point that I think deserves more
discussion is the return type.  Does bytea make the most sense here?  Or
should we consider int/bigint?

-- 
nathan



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: WIP: parallel GiST index builds
Next
From: Junwang Zhao
Date:
Subject: Re: Support specify tablespace for each merged/split partition