Re: have SLRU truncation use callbacks

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Alvaro Herrera" <alvherre@alvh.no-ip.org>, "Pg Hackers" <pgsql-hackers@postgresql.org>
Date: 2011-09-29T17:51:38Z
Lists: pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> wrote:
 
> But I think these changes stand on their own, merely on code
> clarity grounds).
 
After a quick scan, I think it helps with that.  This was a messy
area to deal with in SSI given the old API; with this change I think
we could make that part of the SSI code clearer and maybe clean up
unneeded files in a couple places where cleanup under the old API
was judged not to be worth the code complexity needed to make it
happen.
 
-Kevin