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

From Tom Lane
Subject Re: Regarding GIN Fast Update Technique
Date
Msg-id 22686.1370615971@sss.pgh.pa.us
Whole thread Raw
In response to Re: Regarding GIN Fast Update Technique  (Amit Langote <amitlangote09@gmail.com>)
Responses Re: Regarding GIN Fast Update Technique  (Jesper Krogh <jesper@krogh.cc>)
List pgsql-hackers
Amit Langote <amitlangote09@gmail.com> writes:
> Okay, aside from that case, what else would move those to the main
> structure? They (the entries in the unsorted pending list) are in the
> local memory (work_mem?) of the backend, right?

No.  If they were, it wouldn't be crash-safe.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: system catalog pg_rewrite column ev_attr document description problem
Next
From: Robert Haas
Date:
Subject: Re: extensible external toast tuple support & snappy prototype