mirror of
https://github.com/postgres/postgres.git
synced 2026-06-04 14:55:34 -04:00
09b115f706
that would've been WAL-logged if archiving was enabled. If we encounter such records in archive recovery anyway, we know that some data is missing from the log. A WARNING is emitted in that case. Original patch by Fujii Masao, with changes by me.