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 1tLUHa-00F7FQ-Cw for pgsql-hackers@arkaria.postgresql.org; Wed, 11 Dec 2024 21:30:10 +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 1tLUHX-002ttN-4A for pgsql-hackers@arkaria.postgresql.org; Wed, 11 Dec 2024 21:30:08 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tLUHW-002tsn-Qb for pgsql-hackers@lists.postgresql.org; Wed, 11 Dec 2024 21:30:08 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tLUHV-002KXW-1E for pgsql-hackers@lists.postgresql.org; Wed, 11 Dec 2024 21:30:06 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id F2EE71BB7D8 for ; Wed, 11 Dec 2024 22:30:01 +0100 (CET) Received: from s899.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id DF27E1BBD42; Wed, 11 Dec 2024 22:30:01 +0100 (CET) Received: from s472.loopia.se (unknown [172.22.191.5]) by s899.loopia.se (Postfix) with ESMTP id DD8212C8BAAA; Wed, 11 Dec 2024 22:30:01 +0100 (CET) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s472.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s980.loopia.se ([172.22.191.5]) by s472.loopia.se (s472.loopia.se [172.22.190.12]) (amavisd-new, port 10024) with LMTP id 7wMUqZ8xZovq; Wed, 11 Dec 2024 22:30:01 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.193 Received: from smtpclient.apple (customer-89-255-232-193.stosn.net [89.255.232.193]) (Authenticated sender: daniel@yesql.se) by s980.loopia.se (Postfix) with ESMTPSA id 607D1220167F; Wed, 11 Dec 2024 22:30:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1733952601; bh=xwPUTgIA9iQgEDq/Y9qQiZ2cdxBH88eIvkn2QH/0dEA=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=O/yym8o3WYWk57BEU4Od4aM4c5oK9ngXGgg1/C0u1XidGpsPZ3DG9PwJuRVjrBsEa HSJeBJyVtXBE1xArshtwkDWGytgKCd6byf0Kc+sVOjv1l+YPtttkwsQkGxlsA1qAqQ s5HElfec4Aiu16f7L6NnUvBQ2/k1aD1nhuVMAeNWL/6sAr4ybKuDU+ooyc++ldE9ki eMqvb6sPd2w6jOPHhC97yEZmZYmeuXd04GpAJjpaQ0qZBRXSIcnUcaUYjwY3rlBeWu 90aeW1xulUyFpGvfcl6kKRtpxC3J3OfE6bJU4FNuewxE9ljMH5QdX68ebBi0oBM8ie ntyn3JdeQvZig== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.1\)) Subject: Re: VACUUM cleaning of CF 2024-11 From: Daniel Gustafsson In-Reply-To: Date: Wed, 11 Dec 2024 22:29:51 +0100 Cc: Postgres hackers Content-Transfer-Encoding: 7bit Message-Id: <95D37AC0-8C0A-4137-86CF-650C62B2DC76@yesql.se> References: To: Michael Paquier X-Mailer: Apple Mail (2.3776.700.51.11.1) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 11 Dec 2024, at 06:17, Michael Paquier wrote: > I've done a pass over the CF app, and did some routine vacuuming of > the whole. FWIW, thank you very much for doing that! -- Daniel Gustafsson