Re: btree_gin and ranges - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: btree_gin and ranges
Date
Msg-id 20150320032023.GE6317@momjian.us
Whole thread Raw
In response to Re: btree_gin and ranges  (Teodor Sigaev <teodor@sigaev.ru>)
List pgsql-hackers
On Fri, Dec 26, 2014 at 01:33:26PM +0300, Teodor Sigaev wrote:
> >Teodor's patch could use some more comments. The STOP_SCAN/MATCH_SCAN/CONT_SCAN
> >macros are a good idea, but they probably should go into
> >src/include/access/gin.h so that they can be used in all compare_partial
> >implementations.
> 
> STOP_SCAN/MATCH_SCAN/CONT_SCAN macros are moved to gin's header, and
> comments are improved.
> 
> Split patch to two: gin and module

Where are we on this patch?

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



pgsql-hackers by date:

Previous
From: Kyotaro HORIGUCHI
Date:
Subject: Re: Performance improvement for joins where outer side is unique
Next
From: Bruce Momjian
Date:
Subject: Re: compress method for spgist