Re: XLOG_PARAMETER_CHANGE handling of wal_log_hints

Поиск
Список
Период
Сортировка
От Petr Jelinek
Тема Re: XLOG_PARAMETER_CHANGE handling of wal_log_hints
Дата
Msg-id 54AD0237.4080306@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: XLOG_PARAMETER_CHANGE handling of wal_log_hints  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: XLOG_PARAMETER_CHANGE handling of wal_log_hints  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-hackers
On 07/01/15 00:59, Michael Paquier wrote:
> On Wed, Jan 7, 2015 at 4:24 AM, Petr Jelinek <petr@2ndquadrant.com> wrote:
>> Hi,
>>
>> when I was fixing how commit_ts handles the XLOG_PARAMETER_CHANGE I noticed
>> that for wal_log_hints we assign the value in ControFile to current value
>> instead of value that comes from WAL.
>>
>> ISTM it has just information value so it should not have any practical
>> impact, but it looks like a bug anyway so here is simple patch to change
>> that.
> Right. That's something that should get fixed in 9.4 as well..
>
>           ControlFile->track_commit_timestamp = track_commit_timestamp;
> The new value of track_commit_timestamp should be taken as well from
> xlrec on master btw.
>

That's part of the larger fix for CommitTs that I sent separately in 
response to the bug report from Fujii - there is much more to be done 
there for CommitTs than just this.

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



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

Предыдущее
От: Marco Nenciarini
Дата:
Сообщение: [RFC] LSN Map
Следующее
От: Marco Nenciarini
Дата:
Сообщение: Re: [RFC] Incremental backup v3: incremental PoC