pgsql: When two base backups are started at the same time with pg_baseb

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: When two base backups are started at the same time with pg_baseb
Дата
Msg-id E1Q1bPZ-00012P-8j@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
When two base backups are started at the same time with pg_basebackup,
ensure that they use different checkpoints as the starting point. We use
the checkpoint redo location as a unique identifier for the base backup in
the end-of-backup record, and in the backup history file name.

Bug spotted by Fujii Masao.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6d8096e2f3f2c1296fa880f44f3fa5701b2f40c4

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


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Markup and wording improvements for 9.1 release notes.
Следующее
От: hlinnaka@pgfoundry.org (User Hlinnaka)
Дата:
Сообщение: orafce - orafce: Fix pointer arithmetic in ora_sinit().