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 1maHS5-0002Wa-3C for pgsql-hackers@arkaria.postgresql.org; Tue, 12 Oct 2021 13:04:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1maHS3-0004ui-R4 for pgsql-hackers@arkaria.postgresql.org; Tue, 12 Oct 2021 13:04:15 +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 1maHS3-0004uZ-Ig for pgsql-hackers@lists.postgresql.org; Tue, 12 Oct 2021 13:04:15 +0000 Received: from wout5-smtp.messagingengine.com ([64.147.123.21]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1maHRw-0005Hx-Tl for pgsql-hackers@postgresql.org; Tue, 12 Oct 2021 13:04:14 +0000 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id 860563201D0E; Tue, 12 Oct 2021 09:04:06 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Tue, 12 Oct 2021 09:04:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=zBkCWhE1sZ3aT4EZNDK2Td3OjQelvPNQZA9wMwWZU yQ=; b=AZDH0OXOAqtBqUEgJ0KlEyVGHZzFdIT+QI/MMt8jfhHiqP05jzV+99Kg+ f3LJAh3bg5dyNq6vRo3LTvQ0flyN61yCwkoxPMH4cekoSKWw1bxFhni3laBQ/Mm3 zsSAhEyvRfEOOpEkRIdlO7APDUI0IgZxJ2TdIUiC1mdO/K8SpS003FLR0DtkTI/Z dn6I6uwAD0Fh9tkiJhMgoPKBLDKrR2dBQLpKuSQFe77zWu80/ahLdGRuCGTbc/Mu IJVyYoVzgSqk6HJZgyuLCPQ9dAT7p2zT5HkI8Dc18+4tanaGkynSYJmSHF6jiClO 4Qvrg8qCUovW5ZJtReh12ruc2PHjQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrvddtkedgheejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepuffvfhfhkffffgggjggtgfesthejredttdefjeenucfhrhhomheprfgvthgv rhcugfhishgvnhhtrhgruhhtuceophgvthgvrhdrvghishgvnhhtrhgruhhtsegvnhhtvg hrphhrihhsvggusgdrtghomheqnecuggftrfgrthhtvghrnhepleevheehueeiudeiteei tdekueetleefteejffeiffdugedvffdvffdtiedvueeknecuvehluhhsthgvrhfuihiivg eptdenucfrrghrrghmpehmrghilhhfrhhomhepphgvthgvrhdrvghishgvnhhtrhgruhht segvnhhtvghrphhrihhsvggusgdrtghomh X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 12 Oct 2021 09:04:05 -0400 (EDT) Subject: Re: automatically generating node support functions To: Corey Huinker Cc: pgsql-hackers References: <2f876203-7142-fa71-6d22-6ce00eb26869@enterprisedb.com> From: Peter Eisentraut Message-ID: <3d65f651-4d27-e380-9c22-0ce643824f9f@enterprisedb.com> Date: Tue, 12 Oct 2021 15:04:04 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 12.10.21 03:06, Corey Huinker wrote: > build support and made the Perl code more portable, so that the cfbot > doesn't have to be sad. > > > Was this also the reason for doing the output with print statements > rather than using one of the templating libraries? I'm mostly just > curious, and certainly don't want it to get in the way of working code. Unless there is a templating library that ships with Perl (>= 5.8.3, apparently now), this seems impractical.