Re: [PATCH] Refactor bytea_sortsupport(), take two
Aleksander Alekseev <aleksander@tigerdata.com>
From: Aleksander Alekseev <aleksander@tigerdata.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Cc: John Naylor <johncnaylorls@gmail.com>
Date: 2025-09-15T08:40:19Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Separate out bytea sort support from varlena.c
- 9303d62c6db0 19 (unreleased) landed
Attachments
- v3-0001-Refactor-bytea_sortsupport.patch (text/x-patch) patch v3-0001
Hi John, Thanks for the review. > Don't these types disallow NUL bytes regardless of locale / character set? You are right, they do. Here is the patch v3 with corrected comments. -- Best regards, Aleksander Alekseev