Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly update LFC used_pages in case of LFC resize (#10128)
## Problem LFC used_pages statistic is not updated in case of LFC resize (shrinking `neon.file_cache_size_limit`) ## Summary of changes Update `lfc_ctl->used_pages` in `lfc_change_limit_hook` Co-authored-by: Konstantin Knizhnik <[email protected]>
- Loading branch information
eeabecd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7095 tests run: 6798 passed, 0 failed, 297 skipped (full report)
Flaky tests (3)
Postgres 17
test_nbtree_pagesplit_cycleid
: release-arm64test_scrubber_physical_gc_ancestors[None]
: release-arm64Postgres 16
test_lr_with_slow_safekeeper
: release-x86-64Code coverage* (full report)
functions
:31.4% (8404 of 26778 functions)
lines
:48.1% (66648 of 138650 lines)
* collected from Rust tests only
eeabecd at 2024-12-13T18:40:31.415Z :recycle: