mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-23 06:28:23 +00:00
db8ff9d64b
We have rare walredo failures with pg16. Let's introduce recording of failing walredo input in `#[cfg(feature = "testing")]`. There is additional logging (the value reconstruction path logging usually shown with not found keys), keeping it for `#[cfg(features = "testing")]`. Cc: #5404.