pgsql: Before removing backup_label and irrevocably changing pg_control

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Before removing backup_label and irrevocably changing pg_control
Дата
Msg-id E1PAoYd-0002pi-I5@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Before removing backup_label and irrevocably changing pg_control file, check
that WAL file containing the checkpoint redo-location can be found. This
avoids making the cluster irrecoverable if the redo location is in an earlie
WAL file than the checkpoint record.

Report, analysis and patch by Jeff Davis, with small changes by me.

Branch
------
REL8_2_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=49b5aba40e0b0adb1caaea81c88dd0e54a7d3890

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


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Before removing backup_label and irrevocably changing pg_control
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Before removing backup_label and irrevocably changing pg_control