Re: Allowing multiple concurrent base backups - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Allowing multiple concurrent base backups
Date
Msg-id 4D2CAADE.2020309@enterprisedb.com
Whole thread Raw
In response to Allowing multiple concurrent base backups  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
On 11.01.2011 20:17, Heikki Linnakangas wrote:
> Patches for both approaches attached. They're also available in my
> github repository at git@github.com:hlinnaka/postgres.git.

Just so people won't report the same issues again, a couple of bugs have 
already cropped up (thanks Magnus):

* a backup_label file in the data directory should now not be tarred up 
- we're injecting a different backup_label file there.

* pg_start_backup_callback needs to be updated to just decrement 
forcePageWrites, not reset it to 'false'

* pg_stop_backup() decrements forcePageWrites twice. oops.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Allowing multiple concurrent base backups
Next
From: David Fetter
Date:
Subject: Re: WIP: RangeTypes