Re: [PATCH] Add sortsupport for range types and btree_gist

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Bernd Helmle <mailings(at)oopsware(dot)de>, Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, jian he <jian(dot)universality(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Add sortsupport for range types and btree_gist
Date: 2025-04-03 11:13:38
Message-ID: 5699e74d-78d0-4eaf-badd-0c8e05595b19@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 02/04/2025 22:41, Heikki Linnakangas wrote:
> On 02/04/2025 20:18, Heikki Linnakangas wrote:
>> So I added it for the btree opfamily too, and moved the function to
>> rangetypes.c since it's not just for gist anymore. I Ccmmitted that
>> part, and will start looking more closely at the remaining btree_gist
>> parts now.
>
> Here's an updated version of the remaining parts. Found a couple of bugs:

Committed with some further cosmetic fixes. Thanks for the patience,
this has been lingering for a long time, especially if you count the
earlier attempt back in 2021!

--
Heikki Linnakangas
Neon (https://neon.tech)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2025-04-03 11:22:08 Re: two occurrences of assign print_notnull within pg_dump.c
Previous Message Sandeep Thakkar 2025-04-03 11:02:25 Re: Making sslrootcert=system work on Windows psql