Re: pgsql: Don't forget to flush XLOG_PARAMETER_CHANGE record.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: pgsql: Don't forget to flush XLOG_PARAMETER_CHANGE record.
Дата
Msg-id CAHGQGwF0fexfOytRnca3FwFPuruVJLwbbOD+n9k9h8fF43Eefw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Don't forget to flush XLOG_PARAMETER_CHANGE record.  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-committers
On Wed, Mar 26, 2014 at 5:39 AM, Simon Riggs <simon@2ndquadrant.com> wrote:
> On 25 March 2014 19:59, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Robert Haas <robertmhaas@gmail.com> writes:
>>> This commit message doesn't give any indication of what the
>>> consequences of this oversight are. I think that's generally a good
>>> thing to include.
>>
>> Yes, please.  We (usually Bruce or I) make release notes based on the
>> commit logs.  Please be sure your commit message includes enough info
>> to write a useful release note about the change.
>
> I don't think there are any consequences. All it seems to do is slow
> down recovery by an XLogFlush(), which admitedly isn't much

Yes. And basically the XLogFlush that the patch added is executed only
when wal_level is changed. It's not quite so common code path, I think.

Regards,

--
Fujii Masao


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: pgsql: Don't forget to flush XLOG_PARAMETER_CHANGE record.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Update list of relation types on which ALTER TABLE RENAME/OWNER