Code review for ARC patch. Eliminate static variables, improve handling

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 011c3e62e78b02a573f6f59ce78b1e7515d380c0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-04-19T23:27:17Z
Releases: 8.0.0
Code review for ARC patch.  Eliminate static variables, improve handling
of VACUUM cases so that VACUUM requests don't affect the ARC state at all,
avoid corner case where BufferSync would uselessly rewrite a buffer that
no longer contains the page that was to be flushed.  Make some minor
other cleanups in and around the bufmgr as well, such as moving PinBuffer
and UnpinBuffer into bufmgr.c where they really belong.

Files