Re: [PATCH] ltree hash functions

From: Tommy Pavlicek <tommypav122(at)gmail(dot)com>
To: daniel(at)yesql(dot)se
Cc: Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] ltree hash functions
Date: 2023-11-28 22:08:44
Message-ID: CAEhP-W-dqWKLNUQEGSb+06mo-5hP6MTCBeL4RkxosVh+8pQQfg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 6, 2023 at 2:18 AM Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
>
> > On 19 Jun 2023, at 11:18, Tommy Pavlicek <tommypav122(at)gmail(dot)com> wrote:
>
> > Tommy, are you interested in extending ALTER OPERATOR to allow this,
> > which would also allow fixing the ltree operator?
> >
> > Yes, I can do that. I took a look over the code and email thread and it seems like it should be relatively straight forward. I'll put a patch together for that and then update this patch to alter the operator.
>
> Did you have a chance to look at this for an updated patch for this commitfest?

I finally had a chance to look at this and I've updated the patch to
alter the = operator to enable hash joins.

This is ready to be looked at now.

Is there anything I need to do to move this forward?

Cheers,
Tommy

Attachment Content-Type Size
0001-ltree-hash-v2.patch application/octet-stream 9.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2023-11-28 23:22:26 Re: [HACKERS] Changing references of password encryption to hashing
Previous Message Nathan Bossart 2023-11-28 22:05:16 Re: Fix assertion in autovacuum worker