Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize vector get last written LSN (#10360)
## Problem See #10281 pg17 performs extra lock/unlock operation when fetching LwLSN. ## Summary of changes Perform all lookups under one lock, moving initialization of not found keys to separate loop. Related Postgres PR: neondatabase/postgres#553 --------- Co-authored-by: Konstantin Knizhnik <[email protected]>
- Loading branch information
a039f83
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.
7455 tests run: 7074 passed, 0 failed, 381 skipped (full report)
Flaky tests (4)
Postgres 17
test_nbtree_pagesplit_cycleid
: release-arm64test_storage_controller_node_deletion[False]
: debug-x86-64Postgres 16
test_parent_within_horizon
: release-arm64Postgres 14
test_compute_pageserver_connection_stress
: release-x86-64Code coverage* (full report)
functions
:32.7% (8083 of 24696 functions)
lines
:47.9% (67620 of 141088 lines)
* collected from Rust tests only
a039f83 at 2025-01-14T08:11:20.842Z :recycle: