Re: [PATCH] btree_gin, add support for uuid, bool, name, bpchar andanyrange types - Mailing list pgsql-hackers

From Tomas Vondra
Subject Re: [PATCH] btree_gin, add support for uuid, bool, name, bpchar andanyrange types
Date
Msg-id 7739ee1b-073e-a679-5763-d4af27bf15e8@2ndquadrant.com
Whole thread Raw
In response to Re: [PATCH] btree_gin, add support for uuid, bool, name, bpchar andanyrange types  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Responses Re: [PATCH] btree_gin, add support for uuid, bool, name, bpchar andanyrange types  (Matheus de Oliveira <matioli.matheus@gmail.com>)
List pgsql-hackers
Hi Matheus,

Do you plan to post an updated version of the patch, of what is your
response to the points raised last week?

I still haven't made my mind regarding usefulness of range opclasses, so
I suggest to split the patch into two parts - 0001 for the opclasses
we're confident are useful, and 0002 for those extras. The committer
then may apply either 0001 or 0001+0002, depending on his judgment.

regards

-- 
Tomas Vondra                  http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Hash join in SELECT target list expression keeps consuming memory
Next
From: Alvaro Herrera
Date:
Subject: Re: [PATCH] Add support for ON UPDATE/DELETE actions on ALTERCONSTRAINT