Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fr2u0-00039d-7C for buildfarm-members@arkaria.postgresql.org; Sat, 18 Aug 2018 15:12:32 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fr2ty-0005LK-TT for buildfarm-members@arkaria.postgresql.org; Sat, 18 Aug 2018 15:12:30 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fr2ty-0005LD-Oa for buildfarm-members@lists.postgresql.org; Sat, 18 Aug 2018 15:12:30 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fr2tv-00081n-4n for buildfarm-members@postgresql.org; Sat, 18 Aug 2018 15:12:30 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id w7IFC3JB017635; Sat, 18 Aug 2018 11:12:03 -0400 From: Tom Lane To: Andrew Dunstan cc: =?UTF-8?Q?Mikael_Kjellstr=c3=b6m?= , buildfarm-members@postgresql.org Subject: Re: many animals are running old clients In-reply-to: References: <144264ec-fd45-80eb-7642-109f920286b9@2ndQuadrant.com> Comments: In-reply-to Andrew Dunstan message dated "Sat, 18 Aug 2018 08:12:04 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <17633.1534605123.1@sss.pgh.pa.us> Content-Transfer-Encoding: 8bit Date: Sat, 18 Aug 2018 11:12:03 -0400 Message-ID: <17634.1534605123@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Andrew Dunstan writes: > On 08/18/2018 06:48 AM, Mikael Kjellström wrote: >> Every time I upgrade I need to go through all the .pl-files and change >> the path to where perl is located as different os/distros has perl at >> different paths and also it's not even consistent within the shipped >> files. > Would it help if I added a script to set the perl locations? Is it really necessary to touch the shebang lines at all? I thought if you invoked the top script with perl-of-choice /path/to/run_build.pl ... args ... then you'd be good. If that's not so, maybe we could make it work? >> I also go through the config-file line by line to see if anything is >> changed or added. Yeah, this bit is the most time-consuming for me. Not sure what's to be done about it. regards, tom lane