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 1nYpX3-0005X1-Cf for pgsql-hackers@arkaria.postgresql.org; Mon, 28 Mar 2022 13:35:41 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nYpX2-0000MI-6V for pgsql-hackers@arkaria.postgresql.org; Mon, 28 Mar 2022 13:35:40 +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 1nYpX1-0000M9-Tc for pgsql-hackers@lists.postgresql.org; Mon, 28 Mar 2022 13:35:39 +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 1nYpWz-0001yK-KG for pgsql-hackers@lists.postgresql.org; Mon, 28 Mar 2022 13:35:38 +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 22SDZVF7701327; Mon, 28 Mar 2022 09:35:31 -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: <9ef2ae16-c7ce-d10d-ef82-5ceb9d167fb4@dunslane.net> 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> <605133.1648422865@sss.pgh.pa.us> <9ef2ae16-c7ce-d10d-ef82-5ceb9d167fb4@dunslane.net> Comments: In-reply-to Andrew Dunstan message dated "Mon, 28 Mar 2022 07:04:05 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <701325.1648474531.1@sss.pgh.pa.us> Date: Mon, 28 Mar 2022 09:35:31 -0400 Message-ID: <701326.1648474531@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andrew Dunstan writes: > On 3/27/22 19:14, Tom Lane wrote: >> 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? > It's hard to see how this could be caused by the OS environment. Maybe a > flaky bison/flex? I'm going to be pretty reluctant to revert this based > on this error. No, I wouldn't recommend reverting. Perhaps if we dig down and find something reproducible here, we could fix it --- but right now, given my failure to reproduce, I think there's just something broken on jabiru. regards, tom lane