Re: [PATCH] Add crc32(text) & crc32(bytea)

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Aleksander Alekseev <aleksander(at)timescale(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Add crc32(text) & crc32(bytea)
Date: 2024-08-05 15:28:48
Message-ID: ZrDvsJP-MxNp3DFu@nathan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Junwang Zhao 2024-08-05 15:35:34 Re: Support specify tablespace for each merged/split partition
Previous Message Tomas Vondra 2024-08-05 15:18:52 Re: WIP: parallel GiST index builds