Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minimize hot standby feedback xmins to next_xid.
Hot standby feedback xmins can be greater than next_xid due to sparse update of nextXid on pageserver (to do less writes it advances next xid on 1024). ProcessStandbyHSFeedback ignores such xids from the future; to fix, minimize received xmin to next_xid. Co-authored-by: Konstantin Knizhnik <knizhnik@neon.tech>
- Loading branch information
d43dcce
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.
3178 tests run: 3036 passed, 2 failed, 140 skipped (full report)
Failures on Postgres 14
test_basebackup_with_high_slru_count[github-actions-selfhosted-sequential-10-13-30]
: releasetest_basebackup_with_high_slru_count[github-actions-selfhosted-vectored-10-13-30]
: releaseFlaky tests (1)
Postgres 15
test_multi_attach
: releaseCode coverage* (full report)
functions
:31.4% (6413 of 20429 functions)
lines
:48.0% (49315 of 102653 lines)
* collected from Rust tests only
d43dcce at 2024-05-21T14:41:20.688Z :recycle: