pgsql: When two base backups are started at the same time with pg_baseb - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: When two base backups are started at the same time with pg_baseb
Date
Msg-id E1Q1bPZ-00012P-8j@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Markup and wording improvements for 9.1 release notes.
Next
From: hlinnaka@pgfoundry.org (User Hlinnaka)
Date:
Subject: orafce - orafce: Fix pointer arithmetic in ora_sinit().