Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tuPxU-008IZJ-PJ for pgsql-hackers@arkaria.postgresql.org; Tue, 18 Mar 2025 05:57:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tuPxT-008GFQ-9X for pgsql-hackers@arkaria.postgresql.org; Tue, 18 Mar 2025 05:57:47 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tuPxS-008GDn-Ok for pgsql-hackers@lists.postgresql.org; Tue, 18 Mar 2025 05:57:46 +0000 Received: from mail.postgrespro.ru ([93.174.132.70]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tuPxO-003VHv-1W for pgsql-hackers@postgresql.org; Tue, 18 Mar 2025 05:57:45 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=postgrespro.ru; s=mx2023; t=1742277462; bh=r/xWvaIR5xa+brZac0GShZ7hisizRkDl7GuNobu2qgw=; h=Message-ID:Date:User-Agent:Subject:To:Cc:References:From: In-Reply-To:From; b=3dDoMI3uGgIr8bexieYm5U3biaVKo/GrcMfBKeWfz1zW2axGWRE52lgDspObpiYk8 YuJJDfIKnkD19D7SwdfJil3p4Sgx4zTZi8D8lNtgzbZXNcBoIfpHW00CrSv+1xgPh7 IYvZT4r1SWCLT7m2TWRNzVccM9+d1TooryPJF1FwwWgF4aC6xpo7iO2eXUk645lFK2 gL4NI1UDZrRwcifPZMUEBq7b59alvGMCmjkDghQNzTWlvt9vi95csNCD1sSNjzSo3r pg6rT0GsZSxLuqET5vb0tCqfOZ7Afvdz1Ew6cf0+pKwAdpUfpHaJLUYehz06fAMYo1 3/QKWzfvTO5aA== Received: from [10.4.12.74] (unknown [93.174.131.141]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: a.rybakina@postgrespro.ru) by mail.postgrespro.ru (Postfix/587) with ESMTPSA id 1E6316079B; Tue, 18 Mar 2025 08:57:42 +0300 (MSK) Content-Type: multipart/alternative; boundary="------------Jtq3tqbiuhDtXbJt9Efuhn0a" Message-ID: Date: Tue, 18 Mar 2025 08:57:40 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Vacuum statistics To: vignesh C Cc: pgsql-hackers , Alexander Korotkov , Jim Nasby , Ilia Evdokimov , Kirill Reshke , Andrei Zubkov , Masahiko Sawada , Melanie Plageman , jian he , a.lepikhov@postgrespro.ru, Sami Imseih References: <5AA8FFD5-6DE2-4A31-8E00-AE98F738F5D1@upgrade.com> <85b963fe-5977-43aa-9241-75b862abcc69@postgrespro.ru> <9C7A167C-DCDE-4A17-9ABE-6276723FEC50@upgrade.com> <2d493cf9-9ba7-4cc1-a3f2-67afd7c163ee@postgrespro.ru> <30d54302-9e9c-4e04-819e-a13b679cdcc8@postgrespro.ru> <86f76aa5-1ab5-4e2e-9b15-405051852a2a@postgrespro.ru> <1e81a0a1-a63b-48fb-905a-d6495f89ab73@postgrespro.ru> <0b4eefc7-4c38-4caa-b2ca-a4c75dd7dd12@postgrespro.ru> <333c2306-c401-4959-9f0c-a44c670a11a9@postgrespro.ru> <513f0188-b093-4cc8-98cf-4c324570d525@postgrespro.ru> Content-Language: en-US From: Alena Rybakina In-Reply-To: X-KSMG-AntiPhishing: NotDetected, bases: 2025/03/18 05:39:00 X-KSMG-AntiSpam-Interceptor-Info: not scanned X-KSMG-AntiSpam-Status: not scanned, disabled by settings X-KSMG-AntiVirus: Kaspersky Secure Mail Gateway, version 2.1.0.7854, bases: 2025/03/18 05:00:00 #27796387 X-KSMG-AntiVirus-Status: NotDetected, skipped X-KSMG-LinksScanning: not scanned, disabled by settings X-KSMG-Message-Action: skipped X-KSMG-Rule-ID: 1 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk This is a multi-part message in MIME format. --------------Jtq3tqbiuhDtXbJt9Efuhn0a Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On 17.03.2025 09:42, vignesh C wrote: > On Thu, 27 Feb 2025 at 23:30, Alena Rybakina wrote: >> 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 >>>>> 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. > I noticed that the CI failure reported at [1], Ilia's comment from > [2], changed the status to Waiting on Author, please address them and > update it to Needs review. > [1] -https://www.postgresql.org/message-id/CALdSSPiw_-0_L3YV%3DQn7oopPqY2XVrXwDSGLdSXS69QvMdXisQ%40mail.gmail.com > [2] -https://www.postgresql.org/message-id/47a7b784-5218-43f2-96e3-65f9a729c5a5%40tantorlabs.com Okay, thank you! -- Regards, Alena Rybakina Postgres Professional --------------Jtq3tqbiuhDtXbJt9Efuhn0a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit


On 17.03.2025 09:42, vignesh C wrote:
On Thu, 27 Feb 2025 at 23:30, Alena Rybakina <a.rybakina@postgrespro.ru> wrote:
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.rybakina@postgrespro.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.
I noticed that the CI failure reported at [1], Ilia's comment from
[2], changed the status to Waiting on Author, please address them and
update it to Needs review.
[1] - https://www.postgresql.org/message-id/CALdSSPiw_-0_L3YV%3DQn7oopPqY2XVrXwDSGLdSXS69QvMdXisQ%40mail.gmail.com
[2] - https://www.postgresql.org/message-id/47a7b784-5218-43f2-96e3-65f9a729c5a5%40tantorlabs.com
Okay, thank you!
-- 
Regards,
Alena Rybakina
Postgres Professional
--------------Jtq3tqbiuhDtXbJt9Efuhn0a--