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 1tIDXA-00Cybx-JZ for pgsql-hackers@arkaria.postgresql.org; Mon, 02 Dec 2024 21:00:45 +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 1tIDX7-003UPx-R4 for pgsql-hackers@arkaria.postgresql.org; Mon, 02 Dec 2024 21:00:43 +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 1tIDWZ-003QqY-2x for pgsql-hackers@lists.postgresql.org; Mon, 02 Dec 2024 21:00:08 +0000 Received: from mail.postgrespro.ru ([93.174.131.139]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tIDWT-000iGu-GZ for pgsql-hackers@postgresql.org; Mon, 02 Dec 2024 21:00:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=postgrespro.ru; s=mx2023; t=1733173200; bh=RInWrXFksHhtn56WPEybll0gH16edYG3YZ4qgT6BkxI=; h=Message-ID:Date:User-Agent:Subject:To:Cc:References:From: In-Reply-To:From; b=FIoGM0/4pESKAmXHMRZMr1Mcj6D9chFTMqiPLZ0aBizcVToYHLv2zWjWtdgB1hgNM T6L9qHa/yUJmzfwlNzmrvova/9hbxKbRC4zzoCVAupZqIWl9tJURDpxgStPzhrL6Lb girQTLmQxDHfzaMlUQKzMUU7MxZpXbqAdhAXb7dvZUcWjqm2o0mi+61v3bu5nI7Rcr ThTj05i5VCy/lemg2LSUHhWfcQZsRqeqIu8wZhT03uhLKJC+NasyjnLPcQyQ3Nb6Xi V5CYwugCKbjIVq7wfpWsRVksRZN9jh3UcnmnQT4CgVYaacmzlyBS615/6dac7Sl8Kl 7r0QmpLzFwlGw== Received: from [172.20.10.4] (unknown [89.113.152.1]) (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 1598660784; Tue, 3 Dec 2024 00:00:00 +0300 (MSK) Content-Type: multipart/alternative; boundary="------------Yldsy93PSqy5i3YriFZANqFn" Message-ID: <7b6a06d4-0d37-4340-999b-47a2a6eca033@postgrespro.ru> Date: Mon, 2 Dec 2024 23:59:58 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Vacuum statistics To: Kirill Reshke Cc: Jim Nasby , Andrei Zubkov , Alexander Korotkov , Masahiko Sawada , Melanie Plageman , jian he , pgsql-hackers , a.lepikhov@postgrespro.ru References: <9b10c6d3-52c4-4eef-b67c-c33442667729@postgrespro.ru> <9485d892-fd04-4e3a-ac24-7dd767cb7333@postgrespro.ru> <0B6CBF4C-CC2A-4200-9126-CE3A390D938B@upgrade.com> <6732acf8ce0f31025b535ae1a64568750924a887.camel@moonset.ru> <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> Content-Language: en-US From: Alena Rybakina In-Reply-To: X-KSMG-AntiPhishing: NotDetected 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: 2024/12/02 19:17:00 #26929507 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. --------------Yldsy93PSqy5i3YriFZANqFn Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hi! Thank you for your review! On 30.11.2024 07:48, Kirill Reshke wrote: > Hello! > After a brief glance, I think this patch set is good. > But there isn't any more time in the current CF to commit this :(. > So I moved to the next CF. I agree with you. Thank you!) > I also like the 0001 commit message. This commit message is quite > large and easy to understand. Actually, it might be too big. Perhaps > rather of being a commit message, the final paragraph (pages_frozen - > number of pages that..) need to be a part of the document. Perhaps > delete the explanation on pages_frozen that we have in 0004? To be honest, I don't quite understand what you're suggesting. Are you suggesting moving the explanation about the pages_frozen from the commit message to the documentation or fixing something in the documentation about the pages_frozen? Can you please explain? -- Regards, Alena Rybakina Postgres Professional --------------Yldsy93PSqy5i3YriFZANqFn Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit

Hi! Thank you for your review!

On 30.11.2024 07:48, Kirill Reshke wrote:
Hello!
After a brief glance, I think this patch set is good.
But there isn't any more time in the current CF to commit this :(.
So I moved to the next CF.
I agree with you. Thank you!)
I also like the 0001 commit message. This commit message is quite
large and easy to understand. Actually, it might be too big. Perhaps
rather of being a commit message, the final paragraph (pages_frozen -
number of pages that..) need to be a part of the document. Perhaps
delete the explanation on pages_frozen that we have in 0004?
To be honest, I don't quite understand what you're suggesting. Are you suggesting moving the explanation about the pages_frozen from the commit message to the documentation or fixing something in the documentation about the pages_frozen? Can you please explain?
-- 
Regards,
Alena Rybakina
Postgres Professional
--------------Yldsy93PSqy5i3YriFZANqFn--