Re: [PATCH] Add crc32(text) & crc32(bytea)
Aleksander Alekseev <aleksander@timescale.com>
From: Aleksander Alekseev <aleksander@timescale.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Cc: Nathan Bossart <nathandbossart@gmail.com>
Date: 2024-08-07T10:19:19Z
Lists: pgsql-hackers
Attachments
- v4-0001-Add-crc32-bytea-crc32c-bytea.patch (application/octet-stream) patch v4-0001
Hi, > Yeah, I was surprised to learn there wasn't yet an easy way to do this. > I'm not sure how much of a factor this should play in deciding the return > value for the CRC functions, but IMHO it's a reason to reconsider returning > text as you originally proposed. OK, here is the corrected patch v4. -- Best regards, Aleksander Alekseev
Commits
-
Add user-callable CRC functions.
- 760162fedb4f 18.0 landed
-
Add user-callable SHA-2 functions
- 10cfce34c0fe 11.0 cited