Re: Allowing multiple concurrent base backups

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Allowing multiple concurrent base backups
Дата
Msg-id 4D2CAADE.2020309@enterprisedb.com
обсуждение исходный текст
Ответ на Allowing multiple concurrent base backups  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Allowing multiple concurrent base backups
Следующее
От: David Fetter
Дата:
Сообщение: Re: WIP: RangeTypes