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 1mQaAB-0002LF-Br for pgsql-hackers@arkaria.postgresql.org; Wed, 15 Sep 2021 19:01:43 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mQaA9-00050t-KF for pgsql-hackers@arkaria.postgresql.org; Wed, 15 Sep 2021 19:01:41 +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 1mQaA9-00050k-CD for pgsql-hackers@lists.postgresql.org; Wed, 15 Sep 2021 19:01:41 +0000 Received: from out1-smtp.messagingengine.com ([66.111.4.25]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mQaA6-0003ka-Pm for pgsql-hackers@postgresql.org; Wed, 15 Sep 2021 19:01:40 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id D9FD95C0127 for ; Wed, 15 Sep 2021 15:01:36 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Wed, 15 Sep 2021 15:01:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=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=fm3; bh=8HufGvfZG2DucZU+yev9g/dgekPrUl5v4heeW9b+c 0U=; b=DXR7q5wVespblLqarlT91gOmavDTKo5Tvnt9oWFgi+q2T/k9tWepBV0WA BXUfoyyKh2a5QU/+gb4T0oHAn/STHqnBjNKOD8RcyFgaKDhC+3lHoEk5CDQnjzN+ Y0cARjoeevv5g08CLt8GFZvvZiuRTYF//Kh+J+6kyZnFCDyofa3yBMKDERK0kq6b 44a5s/Qk8K0LxYEXEv25uxpO6pnI+4IOElo9Mjx22rx3lilfO/RP4zRNV3Cx82lx WUMQ/Zb1eDAi8jRF581s82IUPQP8k2O+TNsK1PicqUYrpDYyTqeABL9txS1Qhj3N hRwW4ObM1jElQ34eAMG4NWcTP6xvw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrudehuddguddvjecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepuffhvfhfkffffgggjggtgfesth ejredttdefjeenucfhrhhomheprfgvthgvrhcugfhishgvnhhtrhgruhhtuceophgvthgv rhdrvghishgvnhhtrhgruhhtsegvnhhtvghrphhrihhsvggusgdrtghomheqnecuggftrf grthhtvghrnhepfffhhfeukeetleethfevkedvfeehueegvdekjeffgfdugffgvddtfefh hfehgfefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomh epphgvthgvrhdrvghishgvnhhtrhgruhhtsegvnhhtvghrphhrihhsvggusgdrtghomh X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA for ; Wed, 15 Sep 2021 15:01:35 -0400 (EDT) Subject: Re: automatically generating node support functions From: Peter Eisentraut To: pgsql-hackers References: <2f876203-7142-fa71-6d22-6ce00eb26869@enterprisedb.com> Message-ID: Date: Wed, 15 Sep 2021 21:01:33 +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 17.08.21 16:36, Peter Eisentraut wrote: > Here is another set of preparatory patches that clean up various special > cases and similar in the node support. This set of patches has been committed. I'll close this commit fest entry and come back with the main patch series in the future.