Re: GIN improvements - Mailing list pgsql-patches

From Teodor Sigaev
Subject Re: GIN improvements
Date
Msg-id 4849418C.6080909@sigaev.ru
Whole thread Raw
In response to GIN improvements  (Teodor Sigaev <teodor@sigaev.ru>)
Responses Re: GIN improvements  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Re: GIN improvements  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-patches
> 2) fast insert into GIN
New version:
http://www.sigaev.ru/misc/fast_insert_gin-0.6.gz

Changes:
- added option FASTUPDATE=(1|t|true|on|enable|0|f|false|disable) for
   CREATE/ALTER command for GIN indexes
- Since there wasn't any comments on first email, pg_am.aminsertcleanup optional
   method was introduced.
- added documentation

Suppose, patch is ready to review/commit...

--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

pgsql-patches by date:

Previous
From: "Pavel Stehule"
Date:
Subject: array_fill function
Next
From: "Heikki Linnakangas"
Date:
Subject: Re: GIN improvements