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 1uhTjB-000R94-LR for pgsql-hackers@arkaria.postgresql.org; Thu, 31 Jul 2025 13:53:49 +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 1uhTiB-000wK8-Vr for pgsql-hackers@arkaria.postgresql.org; Thu, 31 Jul 2025 13:52:47 +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 1uhTiB-000wJz-MS for pgsql-hackers@lists.postgresql.org; Thu, 31 Jul 2025 13:52:47 +0000 Received: from mout-p-202.mailbox.org ([80.241.56.172]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uhTi8-0001PE-1L for pgsql-hackers@lists.postgresql.org; Thu, 31 Jul 2025 13:52:46 +0000 Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (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-202.mailbox.org (Postfix) with ESMTPS id 4bt9WV5mNBz9tCX; Thu, 31 Jul 2025 15:52:38 +0200 (CEST) Date: Thu, 31 Jul 2025 15:52:36 +0200 From: Christoph Berg To: Andrew Dunstan Cc: Noah Misch , Tom Lane , Mahendra Singh Thalor , =?iso-8859-1?Q?=C1lvaro?= Herrera , jian he , Srinath Reddy , pgsql-hackers@lists.postgresql.org Subject: Re: Non-text mode for pg_dumpall Message-ID: References: <20250725162141.6f.nmisch@google.com> <2225040.1753477169@sss.pgh.pa.us> <20250727235628.e2.nmisch@google.com> <8f2ad50b-ebb7-4adc-997e-25e0ad96ff34@dunslane.net> <2bed001a-462c-42da-9a6b-3c7884502932@dunslane.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Andrew Dunstan > That file was deleted by the revert. Maybe you have a cache problem? Oh right. This was caused by our snapshot builds using the latest tarball (if available) and putting a patch on top that. I've now bumped the upstream version to 18~beta3, this should avoid the problem. Sorry for the noise, and thanks for the pointer! Christoph