pgsql: Replace ReadBuffer to ReadBufferWithStrategy in all

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Replace ReadBuffer to ReadBufferWithStrategy in all
Date: 2007-05-31 14:03:09
Message-ID: 20070531140309.5E3849FBF0D@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Replace ReadBuffer to ReadBufferWithStrategy in all vacuum-involved places
to implement limited-size "ring" of buffers for VACUUM for GIN & GIST

Modified Files:
--------------
pgsql/src/backend/access/gin:
ginvacuum.c (r1.12 -> r1.13)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginvacuum.c.diff?r1=1.12&r2=1.13)
pgsql/src/backend/access/gist:
gistvacuum.c (r1.29 -> r1.30)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gistvacuum.c.diff?r1=1.29&r2=1.30)

Browse pgsql-committers by date

  From Date Subject
Next Message User Pgunittest 2007-05-31 14:47:43 pgunittest - pgUnitTest: New Directory
Previous Message Tom Lane 2007-05-31 13:47:38 Re: pgsql: Make large sequential scans and VACUUMs work in a limited-size