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 1nXk3e-0003w2-Im for pgsql-hackers@arkaria.postgresql.org; Fri, 25 Mar 2022 13:32:50 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nXk3d-00081I-G6 for pgsql-hackers@arkaria.postgresql.org; Fri, 25 Mar 2022 13:32:49 +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 1nXk3d-000819-6X for pgsql-hackers@lists.postgresql.org; Fri, 25 Mar 2022 13:32:49 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nXk3b-0000xQ-2y for pgsql-hackers@postgresql.org; Fri, 25 Mar 2022 13:32:48 +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 22PDWiHf3236083; Fri, 25 Mar 2022 09:32:44 -0400 From: Tom Lane To: Peter Eisentraut cc: David Rowley , pgsql-hackers Subject: Re: automatically generating node support functions In-reply-to: <968928d9-a526-a1b5-dc36-0355632a843e@enterprisedb.com> References: <2f876203-7142-fa71-6d22-6ce00eb26869@enterprisedb.com> <50fedc80-4104-bdc8-d777-04f030fc550f@dunslane.net> <7848b872-7a10-67b2-b55f-7c9c475ae863@enterprisedb.com> <40a2e977-98ba-0c01-af6c-9dfb39e864ba@enterprisedb.com> <812ea8eb-6827-ba32-6ec0-6714f7ffa5dd@enterprisedb.com> <2905876.1644858587@sss.pgh.pa.us> <968928d9-a526-a1b5-dc36-0355632a843e@enterprisedb.com> Comments: In-reply-to Peter Eisentraut message dated "Fri, 25 Mar 2022 14:08:32 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3236081.1648215164.1@sss.pgh.pa.us> Date: Fri, 25 Mar 2022 09:32:44 -0400 Message-ID: <3236082.1648215164@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Peter Eisentraut writes: > On 24.03.22 22:57, David Rowley wrote: >> Also, I'm quite keen to see this work make it into v15. Do you think >> you'll get time to do that? Thanks for working on it. > My thinking right now is to wait for the PG16 branch to open and then > consider putting it in early. +1. However, as noted by David (and I think I made similar points awhile ago), the patch could still use a lot of mop-up work. It'd be prudent to continue working on it so it will actually be ready to go when the branch is made. regards, tom lane