Re: pgsql: Add VACUUM instrumentation for scanned pages, relfrozenxid.

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql: Add VACUUM instrumentation for scanned pages, relfrozenxid.
Дата
Msg-id 62707bc1-8e31-dc8a-e99c-4e4db8bafd5e@enterprisedb.com
обсуждение исходный текст
Ответ на pgsql: Add VACUUM instrumentation for scanned pages, relfrozenxid.  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: pgsql: Add VACUUM instrumentation for scanned pages, relfrozenxid.  (Peter Geoghegan <pg@bowt.ie>)
Список pgsql-committers
On 12.02.22 01:49, Peter Geoghegan wrote:
> Add VACUUM instrumentation for scanned pages, relfrozenxid.

This patch introduced the log messages

     "new relfrozenxid: %u, which is %d XIDs ahead of previous value\n"

     "new relminmxid: %u, which is %d MXIDs ahead of previous value\n"

According to the surrounding math in each case, this means that the new 
%u is larger by %d than the previous value.

The use of "ahead of" had confused me here, since I needed to think 
three times about which direction is meant.  I suppose it's technically 
correct, but perhaps there is a clearer term?




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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: pgcrypto: Remove unused code
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: add some doco about using the libpq_pipeline test module.