1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

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.
This commit is contained in:
Tom Lane
2004-04-19 23:27:17 +00:00
parent 8f73bbae85
commit 011c3e62e7
7 changed files with 715 additions and 730 deletions

File diff suppressed because it is too large Load Diff