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 1tnK2u-004Ego-VB for pgsql-hackers@arkaria.postgresql.org; Wed, 26 Feb 2025 16:14:05 +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 1tnK2t-008kXe-Pb for pgsql-hackers@arkaria.postgresql.org; Wed, 26 Feb 2025 16:14:03 +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 1tnK2t-008kXW-G3 for pgsql-hackers@lists.postgresql.org; Wed, 26 Feb 2025 16:14:03 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tnK2q-000DLZ-2A for pgsql-hackers@lists.postgresql.org; Wed, 26 Feb 2025 16:14:02 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 51QGDsaX1778553; Wed, 26 Feb 2025 11:13:54 -0500 From: Tom Lane To: Corey Huinker cc: Jeff Davis , Andres Freund , Michael Paquier , jian he , Nathan Bossart , Bruce Momjian , Matthias van de Meent , Magnus Hagander , Stephen Frost , Ashutosh Bapat , Peter Smith , PostgreSQL Hackers , alvherre@alvh.no-ip.org Subject: Re: Statistics Import and Export In-reply-to: References: <3670503.1740173078@sss.pgh.pa.us> <3728741.1740178078@sss.pgh.pa.us> <97b451228227c555be1a4f79c4a62ddec9a74f06.camel@j-davis.com> <6af48508a32499a8be3398cafffd29fb6188c44b.camel@j-davis.com> <1698502.1740541206@sss.pgh.pa.us> <1704472.1740544569@sss.pgh.pa.us> <1707557.1740546344@sss.pgh.pa.us> Comments: In-reply-to Corey Huinker message dated "Wed, 26 Feb 2025 04:25:29 -0500" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1778551.1740586434.1@sss.pgh.pa.us> Date: Wed, 26 Feb 2025 11:13:54 -0500 Message-ID: <1778552.1740586434@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Corey Huinker writes: > 0001 - Add attnum support to attribute_statistics_update > * Basically what Tom posted earlier, minus the pg_set_attribute_stats > stuff, obviously. > 0002 - Add attnum support to pg_dump. > * Removed att_stats_arginfo > * Folds appendRelStatsImport and appendAttStatsImport > into dumpRelationStats Cool. Jeff, are you taking these, or shall I? regards, tom lane