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

Поиск
Список
Период
Сортировка
От Aleksander Alekseev
Тема Re: [PATCH] Add crc32(text) & crc32(bytea)
Дата
Msg-id CAJ7c6TOfiX_tG3zSNOsgNcjfwYy5rFr=21i9gG9u2qqQOcG-rA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [PATCH] Add crc32(text) & crc32(bytea)  (Nathan Bossart <nathandbossart@gmail.com>)
Ответы Re: [PATCH] Add crc32(text) & crc32(bytea)
Список 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 по дате отправления:

Предыдущее
От: "Li, Yong"
Дата:
Сообщение: Re: Make COPY format extendable: Extract COPY TO format implementations
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: consider -Wmissing-variable-declarations