pgsql: Add missing Assert and fix inaccurate elog message in standby_re - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add missing Assert and fix inaccurate elog message in standby_re
Date
Msg-id E1RtsvJ-00040c-GH@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Allow SQL-language functions to reference parameters by name.
Next
From: Bernd Helmle
Date:
Subject: Re: pgsql: Applied Peter's patch to PQconnectdbParams in ecpglib instead of