From: | Andres Freund <andres(at)anarazel(dot)de> |
---|---|
To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, kolioffx+pgbf(at)gmail(dot)com, Himanshu Upadhyaya <upadhyaya(dot)himanshu(at)gmail(dot)com>, Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru>, PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, Oleg Bartunov <obartunov(at)postgrespro(dot)ru>, Erik Rijkers <er(at)xs4all(dot)nl> |
Subject: | Re: SQL/JSON: functions |
Date: | 2022-03-28 00:50:11 |
Message-ID: | 20220328005011.vsildetg65ocw2dp@alap3.anarazel.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
On 2022-03-27 20:21:05 -0400, Andrew Dunstan wrote:
> Very odd. How did it pick up just this commit and not the following one which was pushed at the same time?
The first recent failing run was with
f4fb45d15c Sun Mar 27 21:03:34 2022 UTC SQL/JSON constructors
f79b803dcc Sun Mar 27 21:03:33 2022 UTC Common SQL/JSON clauses
b64c3bd62e Sun Mar 27 20:26:40 2022 UTC Remove more unused module imports from TAP tests
And then a second failure with:
cc7401d5ca Sun Mar 27 22:32:40 2022 UTC Fix up compiler warnings/errors from f4fb45d15.
Which is what I'd expect?
Greetings,
Andres Freund
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2022-03-28 00:54:51 | Re: [PATCH] Accept IP addresses in server certificate SANs |
Previous Message | Andrew Dunstan | 2022-03-28 00:21:05 | Re: SQL/JSON: functions |