Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pdE7q-0007yU-SV for pgsql-hackers@arkaria.postgresql.org; Fri, 17 Mar 2023 17:44:22 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pdE7p-0007Nk-Pa for pgsql-hackers@arkaria.postgresql.org; Fri, 17 Mar 2023 17:44:21 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pdE7p-0007Nb-G3 for pgsql-hackers@lists.postgresql.org; Fri, 17 Mar 2023 17:44:21 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pdE7n-00007M-As for pgsql-hackers@lists.postgresql.org; Fri, 17 Mar 2023 17:44:20 +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 32HHiCpW134705; Fri, 17 Mar 2023 13:44:12 -0400 From: Tom Lane To: Julien Rouhaud cc: Andrew Dunstan , Alvaro Herrera , David Rowley , Peter Geoghegan , Robert Haas , pgsql-hackers@lists.postgresql.org, Andrew Subject: Re: pg_dump versus hash partitioning In-reply-to: <20230317020720.3752vjir2qhjtrur@jrouhaud> References: <1533086.1675349554@sss.pgh.pa.us> <1912821.1676402493@sss.pgh.pa.us> <20230311030154.pg63uspio35h4a6t@jrouhaud> <1078804.1678504214@sss.pgh.pa.us> <20230311033232.g6jgkuzxdawepsbe@jrouhaud> <1602203.1678650412@sss.pgh.pa.us> <20230313083314.pivmgfu36fi4eu2n@jrouhaud> <2441413.1678750752@sss.pgh.pa.us> <20230316090352.v2m2d473fcv5tli6@jrouhaud> <3756156.1678970636@sss.pgh.pa.us> <20230317020720.3752vjir2qhjtrur@jrouhaud> Comments: In-reply-to Julien Rouhaud message dated "Fri, 17 Mar 2023 10:07:20 +0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <134703.1679075052.1@sss.pgh.pa.us> Date: Fri, 17 Mar 2023 13:44:12 -0400 Message-ID: <134704.1679075052@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Julien Rouhaud writes: > On Thu, Mar 16, 2023 at 08:43:56AM -0400, Tom Lane wrote: >> I think the odds of that yielding a usable dump are nil, so I don't >> see why we should bother. > No objection from me. OK, pushed with the discussed changes. regards, tom lane