Teodor Sigaev <teodor(at)sigaev(dot)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