pgsql: Add missing Assert and fix inaccurate elog message in standby_re

Started by Tom Laneover 14 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Add missing Assert and fix inaccurate elog message in standby_redo().

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2af72cefeaa15e27277d327783fdec2748d9b758

Modified Files
--------------
src/backend/storage/ipc/standby.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)