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

From Teodor Sigaev
Subject Re: pgsql: Make large sequential scans and VACUUMs work in a limited-size
Date
Msg-id 465ED0AC.6090300@sigaev.ru
Whole thread Raw
In response to pgsql: Make large sequential scans and VACUUMs work in a limited-size  (tgl@postgresql.org (Tom Lane))
Responses Re: pgsql: Make large sequential scans and VACUUMs work in a limited-size  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
> 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.

If there are no objections, I'll commit the patch.

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

Attachment

pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Fix overly-strict sanity check in BeginInternalSubTransaction
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Make large sequential scans and VACUUMs work in a limited-size