-
- Downloads
Code cleanup for heap_freeze_tuple.
It used to be case that lazy vacuum could call this function with only a shared lock on the buffer, but neither lazy vacuum nor any other code path does that any more. Simplify the code accordingly and clean up some related, obsolete comments.
Showing
- src/backend/access/heap/heapam.c 4 additions, 45 deletionssrc/backend/access/heap/heapam.c
- src/backend/access/heap/rewriteheap.c 1 addition, 6 deletionssrc/backend/access/heap/rewriteheap.c
- src/backend/commands/vacuumlazy.c 1 addition, 2 deletionssrc/backend/commands/vacuumlazy.c
- src/include/access/heapam.h 1 addition, 2 deletionssrc/include/access/heapam.h
Loading
Please register or sign in to comment