mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 12:08:19 +00:00
d97bd869ae
A WAL record's LSN is the *end* of the record (exclusive), not the beginning. The WAL receiver and redo code were confused on that, and sometimes returned wrong page version because of that.