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 1uhPqc-00EM3R-2v for pgsql-hackers@arkaria.postgresql.org; Thu, 31 Jul 2025 09:45:14 +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 1uhPqa-00ElUF-8F for pgsql-hackers@arkaria.postgresql.org; Thu, 31 Jul 2025 09:45:12 +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 1uhPqZ-00ElU7-Uf for pgsql-hackers@lists.postgresql.org; Thu, 31 Jul 2025 09:45:12 +0000 Received: from mout-p-101.mailbox.org ([2001:67c:2050:0:465::101]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uhPqY-001hig-0S for pgsql-hackers@lists.postgresql.org; Thu, 31 Jul 2025 09:45:11 +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-101.mailbox.org (Postfix) with ESMTPS id 4bt41m2QNvz9t6Q; Thu, 31 Jul 2025 11:45:00 +0200 (CEST) Date: Thu, 31 Jul 2025 11:44:57 +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: <3f22a8bb-29e8-40cc-97a1-309181da2c13@dunslane.net> <20250722005339.ca.nmisch@google.com> <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 The 18 branch is broken for apt.pg.o: 00:54:18 # Failed test 'dump_globals_only: pg_dumpall runs' 00:54:18 # at t/006_pg_dumpall.pl line 329. 00:54:18 # Tests were run but no plan was declared and done_testing() was not seen. 00:54:18 # Looks like your test exited with 2 just after 1. 00:54:18 t/006_pg_dumpall.pl ........... 00:54:18 # initializing database system by copying initdb template 00:54:18 # initializing database system by copying initdb template 00:54:18 not ok 1 - dump_globals_only: pg_dumpall runs 00:54:18 Dubious, test returned 2 (wstat 512, 0x200) 00:54:18 Failed 1/1 subtests Devel is ok. Christoph