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 1q1X6N-00027L-IT for pgsql-hackers@arkaria.postgresql.org; Tue, 23 May 2023 18:51:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q1X6M-00055Q-Ew for pgsql-hackers@arkaria.postgresql.org; Tue, 23 May 2023 18:51:18 +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 1q1X6M-00055H-5o for pgsql-hackers@lists.postgresql.org; Tue, 23 May 2023 18:51:18 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q1X6J-001VAD-Rs for pgsql-hackers@lists.postgresql.org; Tue, 23 May 2023 18:51:17 +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 34NIp3Hi974628; Tue, 23 May 2023 14:51:03 -0400 From: Tom Lane To: Andres Freund cc: Christoph Berg , PostgreSQL Hackers Subject: Re: pgsql: Move snowball_create.sql creation into perl file In-reply-to: <20230523184157.ao4ytkwqxkgp3glk@awork3.anarazel.de> References: <933499.1684853190@sss.pgh.pa.us> <20230523184157.ao4ytkwqxkgp3glk@awork3.anarazel.de> Comments: In-reply-to Andres Freund message dated "Tue, 23 May 2023 11:41:57 -0700" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <974622.1684867863.1@sss.pgh.pa.us> Date: Tue, 23 May 2023 14:51:03 -0400 Message-ID: <974623.1684867863@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk [ dropping -packagers ] Andres Freund writes: > I guess I need to go and check how long the "release" tarball generation > takes... It's quick except for the documentation-generating steps. Maybe we could test that part only once? regards, tom lane