Re: Forcing current WAL file to be archived

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Forcing current WAL file to be archived
Дата
Msg-id 1154385935.3226.30.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Forcing current WAL file to be archived  (Hannu Krosing <hannu@skype.net>)
Список pgsql-hackers
On Tue, 2006-08-01 at 00:40 +0300, Hannu Krosing wrote:
> Ühel kenal päeval, T, 2006-07-25 kell 17:05, kirjutas Simon Riggs:
> > On Tue, 2006-07-25 at 11:53 -0400, Tom Lane wrote:
> > > That's fine, but feature freeze is in a week and we don't even have
> > > the
> > > basic function for manually doing a log file switch.  Let's get that
> > > done first and then think about automatic switches.
> >
> > Agreed.

So: automatic switching of xlogs....

I've written a patch to implement archive_timeout, apart from the
infrastructure required to allow archiver to use LWLocks.

If we do this, it will allow the archiver to write to shared memory and
log files in particular. People may have a robustness issue with that,
so I'd like to check before doing this.

As a result, I'm thinking: What's the minimum infrastructure I can get
away with?

I'll post to -patches what I've got, to further this discussion.

--  Simon Riggs EnterpriseDB          http://www.enterprisedb.com



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Going for "all green" buildfarm results
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [PATCHES] Restartable Recovery