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

Matheus de Oliveira <matioli.matheus@gmail.com>

From: Matheus de Oliveira <matioli.matheus@gmail.com>
To: Teodor Sigaev <teodor@sigaev.ru>
Cc: Tomas Vondra <tomas.vondra@2ndquadrant.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2018-04-05T12:47:48Z
Lists: pgsql-hackers

Attachments

On Thu, Apr 5, 2018 at 8:16 AM, Teodor Sigaev <teodor@sigaev.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

Commits

  1. Add support of bool, bpchar, name and uuid to btree_gin