]> granicus.if.org Git - postgresql/commit
Add missing Assert and fix inaccurate elog message in standby_redo().
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 5 Feb 2012 03:32:35 +0000 (22:32 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 5 Feb 2012 03:32:35 +0000 (22:32 -0500)
commit2af72cefeaa15e27277d327783fdec2748d9b758
treec7b0a2bbf2257bb2616fc30625e3ad3173f0baa9
parent9bff0780cf5be2193a5bad0d3df2dbe143085264
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.
src/backend/storage/ipc/standby.c