On 2021-05-25 21:51:31 -0400, Bruce Momjian wrote:
> How do we prevent torn pages if we are writing the page with a new
> nonce, and no WAL-logged full page image?
That should only arise if we are guaranteed to replay from a redo point
that is followed by at least one FPI for the page we're about to write?
- Andres