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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add missing Assert and fix inaccurate elog message in standby_re
Дата
Msg-id E1RtsvJ-00040c-GH@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Allow SQL-language functions to reference parameters by name.
Следующее
От: Bernd Helmle
Дата:
Сообщение: Re: pgsql: Applied Peter's patch to PQconnectdbParams in ecpglib instead of