Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not assign page LSN to new (uninitialized) page in ClearVisibility…
…MapFlags redo handler (#9287) ## Problem https://neondb.slack.com/archives/C04DGM6SMTM/p1727872045252899 See #9240 ## Summary of changes Add `!page_is_new` check before assigning page lsn. ## Checklist before requesting a review - [ ] I have performed a self-review of my code. - [ ] If it is a core feature, I have added thorough tests. - [ ] Do we need to implement analytics? if so did you add the relevant metrics to the dashboard? - [ ] If this PR requires public announcement, mark it with /release-notes label and add several sentences in this section. ## Checklist before merging - [ ] Do not forget to reformat commit message to not include the above checklist --------- Co-authored-by: Konstantin Knizhnik <[email protected]>
- Loading branch information
8ac523d
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.
5328 tests run: 5105 passed, 1 failed, 222 skipped (full report)
Failures on Postgres 17
test_timeline_size
: debug-x86-64Flaky tests (1)
Postgres 17
test_readonly_node_gc
: debug-x86-64Test coverage report is not available
8ac523d at 2024-11-01T19:17:58.447Z :recycle: