mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
All other WAL redo routines either call RestoreBkpBlocks() or Assert that they haven't been passed any backup blocks. Make this one do likewise. Also, fix incorrect routine name in its failure message.