Re: Patch for fail-back without fresh backup

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Patch for fail-back without fresh backup
Дата
Msg-id 20140116190533.GB30206@awork2.anarazel.de
обсуждение исходный текст
Ответ на Re: Patch for fail-back without fresh backup  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-hackers
On 2014-01-16 11:01:29 -0800, Jeff Janes wrote:
> I think the argument is that drawing the next value from a sequence can
> generate xlog that needs to be flushed, but doesn't assign an xid.

Then that should assign an xid. Which would yield correct behaviour with
async commit where it's currently *not* causing a WAL flush at all
unless a page boundary is crossed.

I've tried arguing that way before...

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: WAL Rate Limiting
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: [PATCH] Negative Transition Aggregate Functions (WIP)