Re: Regarding GIN Fast Update Technique - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Regarding GIN Fast Update Technique
Date
Msg-id CA+TgmoaEYSWyVTepY9ks-E09BwTZEUyVMTuOU7A9K9Qu0FW6JA@mail.gmail.com
Whole thread Raw
In response to Regarding GIN Fast Update Technique  (Amit Langote <amitlangote09@gmail.com>)
Responses Re: Regarding GIN Fast Update Technique
List pgsql-hackers
On Wed, Jun 5, 2013 at 10:06 PM, Amit Langote <amitlangote09@gmail.com> wrote:
> At what point do the entries in the pending list are moved to the main
> GIN data structure?
> From documentation, I read that overflowing work_mem and vacuum are
> two such causes; what about when the concerned backend is to exit and
> autovacuum has not yet kicked in?

I don't think there's any special handling for that case, nor do I
think any is needed.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Cost limited statements RFC
Next
From: Amit Langote
Date:
Subject: Re: Regarding GIN Fast Update Technique