Re: SQL/JSON: functions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: SQL/JSON: functions
Date
Msg-id 605133.1648422865@sss.pgh.pa.us
Whole thread Raw
In response to Re: SQL/JSON: functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: SQL/JSON: functions  (Andrew Dunstan <andrew@dunslane.net>)
Re: SQL/JSON: functions  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
I wrote:
>> Andres Freund <andres@anarazel.de> writes:
>>> There's also
>>> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=jabiru&dt=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



pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: [PATCH] Accept IP addresses in server certificate SANs
Next
From: Andrew Dunstan
Date:
Subject: Re: SQL/JSON: functions