Re: [PATCH] ltree hash functions - Mailing list pgsql-hackers

From Tommy Pavlicek
Subject Re: [PATCH] ltree hash functions
Date
Msg-id CAEhP-W8_N3seEhQVDhTxV17qn3qZsN6-xhc=Qn=AwLn+WmKWPA@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] ltree hash functions  (jian he <jian.universality@gmail.com>)
Responses Re: [PATCH] ltree hash functions
List pgsql-hackers
On Tue, Nov 28, 2023 at 7:38 PM jian he <jian.universality@gmail.com> wrote:
> you only change Makefile, you also need to change contrib/ltree/meson.build?
> Do you need to use EXPLAIN to demo the index usage?

Thanks! Yes, I missed the Meson build file. I added additional
commands with EXPLAIN (COSTS OFF) as I found in other places.

Patch updated for those comments (and a touch of cleanup in the tests) attached.

Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: PostgreSql: Canceled on conflict out to old pivot
Next
From: David Rowley
Date:
Subject: Re: Something seems weird inside tts_virtual_copyslot()