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 1rGAHd-00E2yr-TM for pgsql-hackers@arkaria.postgresql.org; Thu, 21 Dec 2023 04:03:41 +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 1rGAHc-002tyk-JZ for pgsql-hackers@arkaria.postgresql.org; Thu, 21 Dec 2023 04:03:40 +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 1rGAHc-002tyc-A6 for pgsql-hackers@lists.postgresql.org; Thu, 21 Dec 2023 04:03:40 +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.94.2) (envelope-from ) id 1rGAHZ-00BRBD-72 for pgsql-hackers@postgresql.org; Thu, 21 Dec 2023 04:03:39 +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 3BL43TSC578245; Wed, 20 Dec 2023 23:03:29 -0500 From: Tom Lane To: Nathan Bossart cc: "Kumar, Sachin" , Jan Wieck , Bruce Momjian , Zhihong Yu , Andrew Dunstan , Magnus Hagander , Robins Tharakan , Peter Eisentraut , "pgsql-hackers@postgresql.org" Subject: Re: pg_upgrade failing for 200+ million Large Objects In-reply-to: <20231221031614.GA836232@nathanxps13> References: <663393ca-b2ff-26f0-2e2d-adc942aff4fd@timescale.com> <20220908231807.GA2242918@nathanxps13> <0643CC11-223A-4039-AC34-94E127462796@amazon.com> <1152134.1699555261@sss.pgh.pa.us> <83D44BE5-0088-4D41-8AE6-20A05D026F46@amazon.com> <81D13E16-BA04-43CF-9B89-B8924300B211@amazon.com> <240D05EC-8B28-4112-BEAB-85ECBAF3F871@amazon.com> <2055911.1702258962@sss.pgh.pa.us> <534746.1703116064@sss.pgh.pa.us> <20231221031614.GA836232@nathanxps13> Comments: In-reply-to Nathan Bossart message dated "Wed, 20 Dec 2023 21:16:14 -0600" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <578243.1703131409.1@sss.pgh.pa.us> Date: Wed, 20 Dec 2023 23:03:29 -0500 Message-ID: <578244.1703131409@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Nathan Bossart writes: > Wow, thanks for putting together these patches. I intend to help review, Thanks! > but I'm not sure I'll find much time to do so before the new year. There's no urgency, surely. If we can get these in during the January CF, I'll be happy. regards, tom lane