Re: [GENERAL] VACUUM touching file but not updating relation

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: [GENERAL] VACUUM touching file but not updating relation
Дата
Msg-id CA+U5nM+i3XtMFEXD4+T-sj8o1PkXYsB5CSwDUipJcqofjbjvYg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [GENERAL] VACUUM touching file but not updating relation  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, Nov 18, 2011 at 3:18 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

>> So the correct number of WAL records is emitted and I see no bug there.
>
> What Thom's complaining about is that the buffer may be marked dirty
> unnecessarily, ie when there has been no actual data change.

Based upon both your feedback, I made a change to stop the block being
marked dirty, though Tom now wants that removed.

Thom, your earlier analysis showing that the md5 checksum of a
relation had changed is not happening because of the section of code
you identified. The code sets some data on the page, which would cause
the md5 checksum to change. So it cannot be the btree code  at
_bt_delitems_vacuum() causing this.

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

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

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: Re: Singleton range constructors versus functional coercion notation
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Avoid marking buffer dirty when VACUUM has no work to do.