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 1nWmrh-0003qT-Kc for pgsql-hackers@arkaria.postgresql.org; Tue, 22 Mar 2022 22:20:33 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nWmrg-0000gX-Fo for pgsql-hackers@arkaria.postgresql.org; Tue, 22 Mar 2022 22:20:32 +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 1nWmrg-0000g6-6c for pgsql-hackers@lists.postgresql.org; Tue, 22 Mar 2022 22:20:32 +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 1nWmre-0000l5-6M for pgsql-hackers@postgresql.org; Tue, 22 Mar 2022 22:20:31 +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 22MMK93b2600502; Tue, 22 Mar 2022 18:20:09 -0400 From: Tom Lane To: Andrew Dunstan cc: Himanshu Upadhyaya , Nikita Glukhov , PostgreSQL-development , Dmitry Dolgov <9erthalion6@gmail.com>, Oleg Bartunov , Erik Rijkers Subject: Re: SQL/JSON: functions In-reply-to: <243e57e9-80c2-0410-8db9-1f26aca3bb8c@dunslane.net> References: <24c35f9a-d11d-855e-ebfc-5638993c8d99@postgrespro.ru> <55a4a276-2ed7-077b-8c4e-8209b58ebbf5@dunslane.net> <264268a3-f836-487f-b56e-0a19739ca03b@dunslane.net> <97da94b2-dcfd-20cf-2ed7-b9f68c6b6c16@2ndQuadrant.com> <50df2280-7c7a-dffd-a942-9c67b1550e2c@dunslane.net> <5447bcaf-4c86-ed30-4db8-c5b73aee54c8@dunslane.net> <2fd588fb-fc0a-c047-1fa2-7d6fb485bbec@dunslane.net> <1d44d832-4ea9-1ec9-81e9-bc6b2bd8cc43@dunslane.ne! t> <243e57e9-80c2-0410-8db9-1f26aca3bb8c@dunslane.net> Comments: In-reply-to Andrew Dunstan message dated "Tue, 22 Mar 2022 18:16:34 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2600500.1647987609.1@sss.pgh.pa.us> Date: Tue, 22 Mar 2022 18:20:09 -0400 Message-ID: <2600501.1647987609@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andrew Dunstan writes: > I have committed the first of these. That will break the cfbot for this > and the json_table patches. The remainder should be committed in the > following days. That patch is 0-for-three on my buildfarm animals. regards, tom lane