Re: pgsql: Make large sequential scans and VACUUMs work in a limited-size - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Make large sequential scans and VACUUMs work in a limited-size
Date
Msg-id 28887.1180619258@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Make large sequential scans and VACUUMs work in a limited-size  (Teodor Sigaev <teodor@sigaev.ru>)
List pgsql-committers
Teodor Sigaev <teodor@sigaev.ru> writes:
>> Work not done in this commit: teach GiST and GIN indexes to use the vacuum
>> BufferAccessStrategy for vacuum-driven fetches.

> Attached patch does it. Patch is rather simple - it just replaces ReadBuffer to
> ReadBufferWithStrategy in all vacuum-involved places.

Thanks --- I figured you could fix that much faster than I could ;-)

            regards, tom lane

pgsql-committers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: pgsql: Make large sequential scans and VACUUMs work in a limited-size
Next
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Replace ReadBuffer to ReadBufferWithStrategy in all