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 1oAC02-0006ET-Ig for pgsql-hackers@arkaria.postgresql.org; Sat, 09 Jul 2022 15:04:02 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oAC00-0006bT-W6 for pgsql-hackers@arkaria.postgresql.org; Sat, 09 Jul 2022 15:04:00 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oAC00-0006bK-MT for pgsql-hackers@lists.postgresql.org; Sat, 09 Jul 2022 15:04:00 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oABzy-0008HB-Td for pgsql-hackers@postgresql.org; Sat, 09 Jul 2022 15:04:00 +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 269F3sBg3774226; Sat, 9 Jul 2022 11:03:54 -0400 From: Tom Lane To: Peter Eisentraut cc: David Rowley , pgsql-hackers Subject: Re: automatically generating node support functions In-reply-to: <11148777-fbe2-5188-195d-48f5083573c5@enterprisedb.com> References: <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> <1294462.1656875649@sss.pgh.pa.us> <57df9f30-d2cf-9126-28d4-ae40a2e733a9@enterprisedb.com> <1593978.1656953960@sss.pgh.pa.us> <2592455.1657140387@sss.pgh.pa.us> <3302658.1657288366@sss.pgh.pa.us> <611d2e! 93-6330-47fa-0970-72316aed50f2@enterprisedb.com> <3488143.1657310625@sss.pgh.pa.us> <11148777-fbe2-5188-195d-4! 8f5083573c5@enterprisedb.com> Comments: In-reply-to Peter Eisentraut message dated "Sat, 09 Jul 2022 16:37:22 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3774224.1657379034.1@sss.pgh.pa.us> Date: Sat, 09 Jul 2022 11:03:54 -0400 Message-ID: <3774225.1657379034@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Peter Eisentraut writes: > On 08.07.22 22:03, Tom Lane wrote: >> I think this is ready to go (don't forget the catversion bump). > This is done now, after a brief vpath-shaped scare from the buildfarm > earlier today. Doh ... never occurred to me either to try that :-( regards, tom lane