pg_healer
pg_healer copied to clipboard
Use PageHeader->pd_lsn as a crosscheck?
I'm a little nervous about the idea of replacing a page based only on a 16-bit checksum. Have you considered using PageHeader->pd_lsn as a crosscheck?
I'd like to know the answer to this too.
Sorry for the delay: github didn't let me know about this, and I haven't looked at this repo in a while. Yes, I'm not happy with 16-bit either: 32 would have been so much better. I'll look into the pd_lsn idea if/when I return to this project.
Thanks for the update. I do think this would make the extension more reliable.