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 1nYc6p-0001Wj-UX for pgsql-hackers@arkaria.postgresql.org; Sun, 27 Mar 2022 23:15: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 1nYc5q-0005W0-Fk for pgsql-hackers@arkaria.postgresql.org; Sun, 27 Mar 2022 23:14:42 +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 1nYc5q-0005Vr-6W for pgsql-hackers@lists.postgresql.org; Sun, 27 Mar 2022 23:14:42 +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 1nYc5j-0007xI-6y for pgsql-hackers@lists.postgresql.org; Sun, 27 Mar 2022 23:14:41 +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 22RNEPqv605134; Sun, 27 Mar 2022 19:14:25 -0400 From: Tom Lane To: Andrew Dunstan cc: kolioffx+pgbf@gmail.com, Andres Freund , Himanshu Upadhyaya , Nikita Glukhov , PostgreSQL-development , Dmitry Dolgov <9erthalion6@gmail.com>, Oleg Bartunov , Erik Rijkers Subject: Re: SQL/JSON: functions In-reply-to: <2636477.1647997650@sss.pgh.pa.us> References: <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> <2600501.1647987609@sss.pgh.pa.us> <2610586.1647988299@sss.pgh.pa.us> <20220322233333.352ixnesu5n33lvq@alap3.anarazel.de> <2617576.1647992935@sss.pgh.pa.us> <2636477.1647997650@sss.pgh.pa.us> Comments: In-reply-to Tom Lane message dated "Tue, 22 Mar 2022 21:07:30 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <605132.1648422865.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Sun, 27 Mar 2022 19:14:25 -0400 Message-ID: <605133.1648422865@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk I wrote: >> Andres Freund writes: >>> There's also >>> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=3Djabiru&dt=3D= 2022-03-22%2022%3A25%3A26 >>> that started failing with >>> ../../preproc/ecpg --regression -I./../../include -I. -o test1.c test1= .pgc >>> test1.pgc:12: ERROR: syntax error at or near "int" >>> with this commit. >> Yeah, I was just scratching my head about that. This problem came back as soon as we de-reverted that patch :-(. So much for my guess about unused rules. What's worse, I'm unable to replicate the failure on an OpenBSD 7.0 system here. So there's something odd about jabiru's build environment; but what? regards, tom lane