pgsql: If we don't have a backup-end-location, don't claim we've reache

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: If we don't have a backup-end-location, don't claim we've reache
Дата
Msg-id E1TdhUT-0006ZW-7D@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
If we don't have a backup-end-location, don't claim we've reached it.

This was apparently a typo, which caused recovery to think that it
immediately reached the end of backup, and allowed the database to start
up too early.

Reported by Jeff Janes. Backpatch to 9.2, where this code was introduced.

Branch
------
master

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

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


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: If we don't have a backup-end-location, don't claim we've reache
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Split out rmgr rm_desc functions into their own files