Re: [PATCH] btree_gin, add support for uuid, bool, name, bpchar and anyrange types

From: Matheus de Oliveira <matioli(dot)matheus(at)gmail(dot)com>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] btree_gin, add support for uuid, bool, name, bpchar and anyrange types
Date: 2018-04-05 12:47:48
Message-ID: CAJghg4J6Anwob_c-g8B6CX6bzh81L9qNnB0f44r-x59fhMugEg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Apr 5, 2018 at 8:16 AM, Teodor Sigaev <teodor(at)sigaev(dot)ru> wrote:

> somehow you missed some parts in 0001 patch, at least regression tests
> fail:
>
> CREATE EXTENSION btree_gin;
> + ERROR: could not find function "gin_extract_value_uuid" in file
> "/usr/local/pgsql/lib/btree_gin.so"
>
>
Ouch... My fault, filterdiff is acting weird for some reason...

Here is the corrected versions... I tested here applying on a clean master
just to be sure, all looks good.

Very sorry about that mess. I hope it can get in v11, it is a patch so
simple, but so useful for many people.

Best regards,
--
Matheus de Oliveira

Attachment Content-Type Size
0001-btree_gin-uuid--base.v2.patch text/x-patch 28.0 KB
0002-btree_gin-uuid--base.v2.patch text/x-patch 13.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dmitry Dolgov 2018-04-05 12:54:04 typcategory for regconfig
Previous Message David Rowley 2018-04-05 12:46:01 Re: [HACKERS] Runtime Partition Pruning