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

From Aleksander Alekseev
Subject Re: [PATCH] Add crc32(text) & crc32(bytea)
Date
Msg-id CAJ7c6TOfiX_tG3zSNOsgNcjfwYy5rFr=21i9gG9u2qqQOcG-rA@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Add crc32(text) & crc32(bytea)  (Nathan Bossart <nathandbossart@gmail.com>)
Responses Re: [PATCH] Add crc32(text) & crc32(bytea)
List pgsql-hackers
Hi,

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

Might be a good idea. However I didn't see a demand for crc32c() SQL
function yet. Also I'm not sure whether the best interface for it
would be crc32c() or crc32(x, version='c') or perhaps crc32(x,
polinomial=...). I propose keeping the scope small this time.

-- 
Best regards,
Aleksander Alekseev



pgsql-hackers by date:

Previous
From: "Li, Yong"
Date:
Subject: Re: Make COPY format extendable: Extract COPY TO format implementations
Next
From: Peter Eisentraut
Date:
Subject: Re: consider -Wmissing-variable-declarations