Re: tuple radix sort - Mailing list pgsql-hackers

From Chao Li
Subject Re: tuple radix sort
Date
Msg-id 17F6CDF1-2D93-4C38-B0F2-D52B51F4D167@gmail.com
Whole thread Raw
In response to tuple radix sort  (John Naylor <johncnaylorls@gmail.com>)
Responses Re: tuple radix sort
List pgsql-hackers

> 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
thatmight effect the tests: 

```
+    Assert(last = first);
```

“=“ should be “=="

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/




pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: Re: create table like including storage parameter
Next
From: Michael Paquier
Date:
Subject: Re: Question about InvalidatePossiblyObsoleteSlot()