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 1ma6G4-0004Nt-Bx for pgsql-hackers@arkaria.postgresql.org; Tue, 12 Oct 2021 01:07:08 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ma6G3-0000tN-1T for pgsql-hackers@arkaria.postgresql.org; Tue, 12 Oct 2021 01:07:07 +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 1ma6G2-0000t8-NN for pgsql-hackers@lists.postgresql.org; Tue, 12 Oct 2021 01:07:06 +0000 Received: from mail-yb1-xb2f.google.com ([2607:f8b0:4864:20::b2f]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1ma6Fx-0007zz-RD for pgsql-hackers@postgresql.org; Tue, 12 Oct 2021 01:07:05 +0000 Received: by mail-yb1-xb2f.google.com with SMTP id v195so43056345ybb.0 for ; Mon, 11 Oct 2021 18:07:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=EGDoXu7XO8BxlECIHwOmIAFK8PcijSXDsdaoYvIZuoM=; b=iLfMs2rjUHRF0u3yuFaO5qD58iWjNW2U6dCrEWR833FrdkLOa9L5gm4dGh/XotLREL iRVAN+xlpsuR3WX10uXvpw3oZCJYs64vwElkm+R4IkDdg5YRp/lob3vvwaU+KhXGNSG9 ylQwLEAVorOZ9x9E7LGwGKJj7rBi9llDFGewy3Mo7cr4g0SQILmnsdQX5UN/wkJetAgT h3dNOnCgiPsPrdu8/bqdBgdSS0dFWSCtvza21cE228/Sr3b2A617/5f5WJORZqphQjPm JBhNrz/OtRPZMXbocX077sGFXpl97kk/ItgBZPNPmAChSHOCyzprSETe8yrf/tTXgZTH NlQg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=EGDoXu7XO8BxlECIHwOmIAFK8PcijSXDsdaoYvIZuoM=; b=erat//CplwvIbIDLNsEuzjAAXfuZGpS7SUi2M9i2tpzEC9+NfkmD3010rKvFfYe236 YzAkZ8wSFyHmy8udpozrLkOAQWx+oZnoCxDtQHszoNqraBIqEfV6yniEPmD9gPN5R/a3 pzznB8bcVS/qmK8RDNuQgPYD0JnKTq6rArSQuFr7/RGUnx6xIDEPMXpQ0BWUMaMvAQb8 JLelRq4L5+3L0L3Jd9zNUSuzpDKwA98ZbvN3nu5+WGcLytWrvrofFdKFeo8ckbD76bU4 7fP9qWViP1RHPRnroofaYhU57WNcdReguHPer8TryLxq6Kw+rn8iizYGqEUZlgsXZSzz YT9w== X-Gm-Message-State: AOAM533TGLBKU4vhngw/0OaKPoUJ3P8xpwsFEWpYRqY9Vi7bjm4ZkeVZ bO+zvo2bM4+OjqsBfHNwixSooQX0RfZ8OvZajWQ= X-Google-Smtp-Source: ABdhPJzX48UtoWLoZNkMkPkgjmBJIugl+nEmUSLKqan/ugR2hr+7tkWeOElAFMq537tcGqxfL1a3/48HhOFqaGC5ymA= X-Received: by 2002:a05:6902:120a:: with SMTP id s10mr26223066ybu.224.1634000820716; Mon, 11 Oct 2021 18:07:00 -0700 (PDT) MIME-Version: 1.0 References: <2f876203-7142-fa71-6d22-6ce00eb26869@enterprisedb.com> In-Reply-To: From: Corey Huinker Date: Mon, 11 Oct 2021 21:06:50 -0400 Message-ID: Subject: Re: automatically generating node support functions To: Peter Eisentraut Cc: pgsql-hackers Content-Type: multipart/alternative; boundary="0000000000007b475605ce1d76a6" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000007b475605ce1d76a6 Content-Type: text/plain; charset="UTF-8" > > 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. --0000000000007b475605ce1d76a6 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
build support and made the Perl code more portable, so t= hat the cfbot
doesn't have to be sad.

Was this al= so 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.
--0000000000007b475605ce1d76a6--