-
- Downloads
Use callbacks in SlruScanDirectory for the actual action
Previously, the code assumed that the only possible action to take was to delete files behind a certain cutoff point. The async notify code was already a crock: it used a different "pagePrecedes" function for truncation than for regular operation. By allowing it to pass a callback to SlruScanDirectory it can do cleanly exactly what it needs to do. The clog.c code also had its own use for SlruScanDirectory, which is made a bit simpler with this.
Showing
- src/backend/access/transam/clog.c 1 addition, 1 deletionsrc/backend/access/transam/clog.c
- src/backend/access/transam/slru.c 76 additions, 28 deletionssrc/backend/access/transam/slru.c
- src/backend/commands/async.c 7 additions, 29 deletionssrc/backend/commands/async.c
- src/include/access/slru.h 10 additions, 1 deletionsrc/include/access/slru.h
Loading
Please register or sign in to comment