Re: [PATCH] Add sortsupport for range types and btree_gist - Mailing list pgsql-hackers

From Andres Freund
Subject Re: [PATCH] Add sortsupport for range types and btree_gist
Date
Msg-id 20221002072332.myg64zqboaukbbqp@awork3.anarazel.de
Whole thread Raw
In response to Re: [PATCH] Add sortsupport for range types and btree_gist  (Christoph Heiss <christoph.heiss@cybertec.at>)
Responses Re: [PATCH] Add sortsupport for range types and btree_gist  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Hi,

On 2022-08-31 21:15:40 +0200, Christoph Heiss wrote:
> Notable changes from v1:
> - gbt_enum_sortsupport() now passes on fcinfo->flinfo
>   enum_cmp_internal() needs a place to cache the typcache entry.
> - inet sortsupport now uses network_cmp() directly

Updated the patch to add the minimal change for meson compat.

Greetings,

Andres Freund

Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: proposal: possibility to read dumped table's name from file
Next
From: Andres Freund
Date:
Subject: Re: [PATCH] Add sortsupport for range types and btree_gist