Re: track_commit_timestamp and COMMIT PREPARED

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: track_commit_timestamp and COMMIT PREPARED
Дата
Msg-id 20150929180619.GF2573@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: track_commit_timestamp and COMMIT PREPARED  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
Hi Fujii, thanks for the review.  I have pushed the patch to 9.5 and
master.

Fujii Masao wrote:

> @@ -5321,7 +5333,7 @@ xact_redo_commit(xl_xact_parsed_commit *parsed,
>      /* Set the transaction commit timestamp and metadata */
>      TransactionTreeSetCommitTsData(xid, parsed->nsubxacts, parsed->subxacts,
>                                     commit_time, origin_id,
> -                                   false);
> +                                   false, true);
> 
> Why does xact_redo_commit always set replaying_xlog and write_xlog to
> false and true, respectively? ISTM that they should be opposite...

A stupid oversight on my part.  Thanks for pointing it out.

Thanks, Petr, for the patches.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: "Shulgin, Oleksandr"
Дата:
Сообщение: Re: On-demand running query plans using auto_explain and signals
Следующее
От: Jeremy Harris
Дата:
Сообщение: Re: BRIN indexes for MAX, MIN, ORDER BY?