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 1u7wai-00AJWZ-LX for pgsql-hackers@arkaria.postgresql.org; Thu, 24 Apr 2025 13:26:13 +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 1u7waf-00HXgt-Md for pgsql-hackers@arkaria.postgresql.org; Thu, 24 Apr 2025 13:26:10 +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 1u7waf-00HXgl-Ci for pgsql-hackers@lists.postgresql.org; Thu, 24 Apr 2025 13:26:10 +0000 Received: from mout-p-103.mailbox.org ([80.241.56.161]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u7waZ-001iWH-0Y for pgsql-hackers@lists.postgresql.org; Thu, 24 Apr 2025 13:26:08 +0000 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4ZjxYx1mZYz9sdG; Thu, 24 Apr 2025 15:25:57 +0200 (CEST) Date: Thu, 24 Apr 2025 15:25:55 +0200 From: Christoph Berg To: Nathan Bossart Cc: Nathan Bossart , Corey Huinker , pgsql-hackers@lists.postgresql.org Subject: Re: vacuumdb --missing-stats-only and pg_upgrade from PG13 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4ZjxYx1mZYz9sdG List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Nathan Bossart > Here is what I have staged for commit. I'll aim to commit these patches > sometime next week to give time for additional feedback. I confirm my PG13 test table gets analyzed now with the patch. Christoph