pgsql: Do wal_level and hot standby checks when doing crash-then-archiv

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Do wal_level and hot standby checks when doing crash-then-archiv
Дата
Msg-id E1WLBIC-0007Jt-4E@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Do wal_level and hot standby checks when doing crash-then-archive recovery.

CheckRequiredParameterValues() should perform the checks if archive recovery
was requested, even if we are going to perform crash recovery first.

Reported by Kyotaro HORIGUCHI. Backpatch to 9.2, like the crash-then-archive
recovery mode.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e7ec05562ed754fb60f75ea83efe103266a92015

Modified Files
--------------
src/backend/access/transam/xlog.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Do wal_level and hot standby checks when doing crash-then-archiv
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Do wal_level and hot standby checks when doing crash-then-archiv