Re: effective_multixact_freeze_max_age issue

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема Re: effective_multixact_freeze_max_age issue
Дата
Msg-id 20220831035654.GA639693@nathanxps13
обсуждение исходный текст
Ответ на Re: effective_multixact_freeze_max_age issue  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: effective_multixact_freeze_max_age issue  (Peter Geoghegan <pg@bowt.ie>)
Список pgsql-hackers
On Tue, Aug 30, 2022 at 05:24:17PM -0700, Peter Geoghegan wrote:
> Attached is v2, which cleans up the structure of
> vacuum_set_xid_limits() a bit more. The overall idea was to improve
> the overall flow/readability of the function by moving the WARNINGs
> into their own "code stanza", just after the logic for establishing
> freeze cutoffs and just before the logic for deciding on
> aggressiveness. That is now the more logical approach (group the
> stanzas by functionality), since we can't sensibly group the code
> based on whether it deals with XIDs or with Multis anymore (not since
> the function was taught to deal with the question of whether caller's
> VACUUM will be aggressive).
> 
> Going to push this in the next day or so.

LGTM

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com



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

Предыдущее
От: John Naylor
Дата:
Сообщение: Re: [PATCH] Optimize json_lex_string by batching character copying
Следующее
От: Nathan Bossart
Дата:
Сообщение: Re: [PATCH] Optimize json_lex_string by batching character copying