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 1pl9Gf-0006wi-9I for pgsql-hackers@arkaria.postgresql.org; Sat, 08 Apr 2023 14:10:13 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pl9Gd-0006O5-Ts for pgsql-hackers@arkaria.postgresql.org; Sat, 08 Apr 2023 14:10:11 +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 1pl9Gd-0006Jo-Ja for pgsql-hackers@lists.postgresql.org; Sat, 08 Apr 2023 14:10:11 +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 1pl9GX-0001Lo-QV for pgsql-hackers@postgresql.org; Sat, 08 Apr 2023 14:10:10 +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 338E9xIn3389033; Sat, 8 Apr 2023 10:09:59 -0400 From: Tom Lane To: =?UTF-8?Q?Mikael_Kjellstr=c3=b6m?= cc: Daniel Gustafsson , Andrew Dunstan , Andres Freund , PostgreSQL Hackers , Melanie Plageman , Amit Kapila Subject: Re: Making background psql nicer to use in tap tests In-reply-to: <29facfb0-1672-5b60-6b00-36e7e75a0b7b@gmail.com> References: <20230317225855.v6a43tnham47uwyn@awork3.anarazel.de> <82A3E4C0-BD55-4506-9C47-5BBC3258EB59@yesql.se> <20230402213758.dkh6exwrh2ehu4oh@awork3.anarazel.de> <65FA8FF3-62A6-47E8-9359-131376921D92@yesql.se> <9b09ded4-b7b5-1ae9-3f58-a10af2e0a03f@dunslane.net> <20230407150413.fbeuutsalcvexoxf@awork3.anarazel.de> <414A86BD-986B-48A7-A1E4-EEBCE5AF08CB@yesql.se> <2D290816-4B8A-426F-84D0-90B38EB891B4@yesql.se> <3249818.1680906906@sss.pgh.pa.us> <3194CE23-534D-4848-8271-7F09BF6D0EBF@yesql.se> <8E59BF34-3BA9-413C-B445-B5EE69F83B23@yesql.se> <3266862.1680914283@sss.pgh.pa.us> <3268108.1680914979@sss.pgh.pa.us> <29facfb0-1672-5b60-6b00-36e7e75a! 0b7b@gmail.com> Comments: In-reply-to =?UTF-8?Q?Mikael_Kjellstr=c3=b6m?= message dated "Sat, 08 Apr 2023 10:00:50 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3389031.1680962999.1@sss.pgh.pa.us> Date: Sat, 08 Apr 2023 10:09:59 -0400 Message-ID: <3389032.1680962999@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk =?UTF-8?Q?Mikael_Kjellstr=c3=b6m?= writes: > So what do you want me to do about grison and morepork? I guess I could > try to install a newer version of IPC::Run from CPAN or should I just > leave it be? I think "leave it be" is fine. regards, tom lane