Re: Vacuum statistics

From: Alena Rybakina <a(dot)rybakina(at)postgrespro(dot)ru>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Alexander Korotkov <aekorotkov(at)gmail(dot)com>, Jim Nasby <jnasby(at)upgrade(dot)com>, Ilia Evdokimov <ilya(dot)evdokimov(at)tantorlabs(dot)com>, Kirill Reshke <reshkekirill(at)gmail(dot)com>, Andrei Zubkov <zubkov(at)moonset(dot)ru>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, Melanie Plageman <melanieplageman(at)gmail(dot)com>, jian he <jian(dot)universality(at)gmail(dot)com>, a(dot)lepikhov(at)postgrespro(dot)ru, Sami Imseih <samimseih(at)gmail(dot)com>
Subject: Re: Vacuum statistics
Date: 2025-02-27 18:00:29
Message-ID: 513f0188-b093-4cc8-98cf-4c324570d525@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!
On 17.02.2025 17:46, Alena Rybakina wrote:
> On 04.02.2025 18:22, Alena Rybakina wrote:
>> Hi! Thank you for your review!
>>
>> On 02.02.2025 23:43, Alexander Korotkov wrote:
>>> On Mon, Jan 13, 2025 at 3:26 PM Alena Rybakina
>>> <a(dot)rybakina(at)postgrespro(dot)ru> wrote:
>>>> I noticed that the cfbot is bad, the reason seems to be related to
>>>> the lack of a parameter in
>>>> src/backend/utils/misc/postgresql.conf.sample. I added it, it
>>>> should help.
>>> The patch doesn't apply cleanly.  Please rebase.
>> I rebased them.
> The patch needed a rebase again. There is nothing new since version
> 18, only a rebase.

The patch needed a new rebase.

Sorry, but due to feeling unwell I picked up a patch from another thread
and squashed the patch for vacuum statistics for indexes and heaps in
the previous version. Now I fixed everything together with the rebase.

--
Regards,
Alena Rybakina
Postgres Professional

Attachment Content-Type Size
v20-0001-Machinery-for-grabbing-an-extended-vacuum-statistics.patch text/x-patch 71.1 KB
v20-0002-Machinery-for-grabbing-an-extended-vacuum-statistics.patch text/x-patch 58.0 KB
v20-0003-Machinery-for-grabbing-an-extended-vacuum-statistics.patch text/x-patch 31.1 KB
v20-0004-Add-documentation-about-the-system-views-that-are-us.patch text/x-patch 24.5 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message James Hunter 2025-02-27 18:01:17 Re: Proposal: "query_work_mem" GUC, to distribute working memory to the query's individual operators
Previous Message Andres Freund 2025-02-27 17:49:34 Re: Confine vacuum skip logic to lazy_scan_skip