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

From: Andres Freund <andres(at)anarazel(dot)de>
To: Christoph Heiss <christoph(dot)heiss(at)cybertec(dot)at>
Cc: Jacob Champion <jchampion(at)timescale(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Hans-Jürgen Schönig <hs(at)cybertec(dot)at>, bernd(dot)helmle(at)cybertec(dot)at
Subject: Re: [PATCH] Add sortsupport for range types and btree_gist
Date: 2022-10-02 07:23:32
Message-ID: 20221002072332.myg64zqboaukbbqp@awork3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
v3-0001-Add-sortsupport-for-range-types-and-btree_gist.patch text/x-diff 20.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2022-10-02 07:29:01 Re: [PATCH] Add sortsupport for range types and btree_gist
Previous Message Andres Freund 2022-10-02 07:19:59 Re: proposal: possibility to read dumped table's name from file