Re: tuple radix sort
Chao Li <li.evan.chao@gmail.com>
From: Chao Li <li.evan.chao@gmail.com>
To: John Naylor <johncnaylorls@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Peter Geoghegan <pg@bowt.ie>
Date: 2025-10-30T02:18:32Z
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 →
-
Skip common prefixes during radix sort
- f6bd9f0fe25a 19 (unreleased) landed
-
Perform radix sort on SortTuples with pass-by-value Datums
- ef3c3cf6d021 19 (unreleased) landed
> On Oct 29, 2025, at 14:28, John Naylor <johncnaylorls@gmail.com> wrote: > > <v1-0001-Use-radix-sort-when-datum1-is-an-integer-type.patch> I just quick went through the code change. I guess I need more time to understand the entire logic, but I find a typo that might effect the tests: ``` + Assert(last = first); ``` “=“ should be “==" Best regards, -- Chao Li (Evan) HighGo Software Co., Ltd. https://www.highgo.com/