]> granicus.if.org Git - postgresql/commit
When two base backups are started at the same time with pg_basebackup,
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 21 Mar 2011 09:25:25 +0000 (11:25 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 21 Mar 2011 09:25:25 +0000 (11:25 +0200)
commit6d8096e2f3f2c1296fa880f44f3fa5701b2f40c4
tree4be578138b3c7c217fcb7d229fb8f66400830c11
parent62bf9c28061c614df530ac672b1e59f88e805578
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.
src/backend/access/transam/xlog.c