-
- Downloads
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.
Showing
- src/backend/storage/buffer/README 125 additions, 129 deletionssrc/backend/storage/buffer/README
- src/backend/storage/buffer/buf_init.c 30 additions, 61 deletionssrc/backend/storage/buffer/buf_init.c
- src/backend/storage/buffer/buf_table.c 20 additions, 24 deletionssrc/backend/storage/buffer/buf_table.c
- src/backend/storage/buffer/bufmgr.c 179 additions, 87 deletionssrc/backend/storage/buffer/bufmgr.c
- src/backend/storage/buffer/freelist.c 325 additions, 385 deletionssrc/backend/storage/buffer/freelist.c
- src/backend/storage/ipc/ipci.c 3 additions, 2 deletionssrc/backend/storage/ipc/ipci.c
- src/include/storage/buf_internals.h 30 additions, 39 deletionssrc/include/storage/buf_internals.h
Loading
Please register or sign in to comment