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 1q1TLL-0000VI-4W for pgsql-hackers@arkaria.postgresql.org; Tue, 23 May 2023 14:50:31 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q1TLK-0005Cv-1n for pgsql-hackers@arkaria.postgresql.org; Tue, 23 May 2023 14:50:30 +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 1q1TLJ-0005Cj-PE; Tue, 23 May 2023 14:50:29 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q1TLH-001TJ3-GG; Tue, 23 May 2023 14:50:28 +0000 Received: from msg.df7cb.de (ipv6-d019d314ec32c1cb.west.clients.hamburg.freifunk.net [IPv6:2a03:2267:2:0:d019:d314:ec32:c1cb]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4QQcgQ0XwJz3F37; Tue, 23 May 2023 16:50:26 +0200 (CEST) Date: Tue, 23 May 2023 16:50:25 +0200 From: Christoph Berg To: Tom Lane Cc: Andres Freund , PostgreSQL Hackers , PostgreSQL Packagers Subject: Re: pgsql: Move snowball_create.sql creation into perl file Message-ID: References: <933499.1684853190@sss.pgh.pa.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <933499.1684853190@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Tom Lane > I think the attached will do for a proper fix. I'm not inclined > to re-wrap just for this. Sure, I just posted it here in case others run into the same problem. Thanks! Christoph