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 1rxAho-006nZ1-BO for pgsql-hackers@arkaria.postgresql.org; Wed, 17 Apr 2024 19:12:28 +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 1rxAhm-00Egyu-AG for pgsql-hackers@arkaria.postgresql.org; Wed, 17 Apr 2024 19:12:26 +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 1rxAhm-00Egyg-0X for pgsql-hackers@lists.postgresql.org; Wed, 17 Apr 2024 19:12:26 +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 1rxAhj-003L5w-6M for pgsql-hackers@postgresql.org; Wed, 17 Apr 2024 19:12:24 +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 43HJCHJF1619509; Wed, 17 Apr 2024 15:12:17 -0400 From: Tom Lane To: Thomas Munro cc: Marcel Hofstetter , pgsql-hackers Subject: Re: Solaris tar issues, or other reason why margay fails 010_pg_basebackup? In-reply-to: References: <7fa9bd8a-fdd0-42af-b6b1-b3410a1aa293@jomasoft.ch> <9321a541-e99e-4197-bd56-a7068b5ebcdc@jomasoft.ch> Comments: In-reply-to Thomas Munro message dated "Thu, 18 Apr 2024 05:42:06 +1200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1619507.1713381137.1@sss.pgh.pa.us> Date: Wed, 17 Apr 2024 15:12:17 -0400 Message-ID: <1619508.1713381137@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Thomas Munro writes: > This test suite is passing on pollock because it doesn't have IO::Pty > installed. Could you try uninstalling that perl package for now, so > we can see what breaks next? If that's inconvenient for some reason, you could also skip the tab-completion test by setting SKIP_READLINE_TESTS in the animal's build_env options. regards, tom lane