Skip to content

Ignore zeroed pages during page walk - #79

Merged
serprex merged 1 commit into
mainfrom
ignore-zeroes
Aug 3, 2026
Merged

Ignore zeroed pages during page walk#79
serprex merged 1 commit into
mainfrom
ignore-zeroes

Conversation

@serprex

@serprex serprex commented Aug 3, 2026

Copy link
Copy Markdown
Member

Postgres can do this with vacuuming etc, bufpage.c they check pg_memory_is_all_zeroes & ignore

Fixes #21

Postgres can do this with vacuuming etc, bufpage.c they check pg_memory_is_all_zeroes & ignore
@serprex
serprex requested a review from harshil-goel August 3, 2026 15:12
@serprex
serprex merged commit 965cd81 into main Aug 3, 2026
5 checks passed
@serprex
serprex deleted the ignore-zeroes branch August 3, 2026 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Page walk skipped error

2 participants