Re: GIN fast insert - Mailing list pgsql-hackers

From David Fetter
Subject Re: GIN fast insert
Date
Msg-id 20090325003957.GO10660@fetter.org
Whole thread Raw
In response to Re: GIN fast insert  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
On Tue, Mar 24, 2009 at 04:55:47PM -0700, Josh Berkus wrote:
> On 3/24/09 1:18 PM, Tom Lane wrote:
>> I've committed this patch with additional editorialization --- mostly
>> cosmetic changes, except for removing the stats-driven cleanup in favor
>> of letting cleanups occur during auto-ANALYZE, as per my suggestion
>> yesterday.
>
> By my count, this was the last patch left for 8.4.  No?

One more patch left according to the Commitfest wiki: B-Tree emulation
for GIN.

http://wiki.postgresql.org/wiki/CommitFestInProgress

Cheers,
David <whisper>beta</>
-- 
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate


pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: GIN fast insert
Next
From: Tom Lane
Date:
Subject: Re: improving concurrent transactin commit rate