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>
Date: 2025-08-07T11:43:48Z
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
- v2-0001-Refactor-bytea_sortsupport.patch (text/x-patch) patch v2-0001
Hi, > This is a follow-up to b45242fd30ff [1]. Previously we separated > varlena.c into varlena.c and bytea.c. This patch makes > bytea_sortsupport() independent from varlena.c code as it was proposed > before [2][3]. The benefits of this change are summarized in the > commit message that I included to the patch. > > As always, your feedback is most appreciated. cfbot indicates that v1 needs a rebase. Here is v2.