On Tue, Dec 09, 2025 at 07:04:23PM -0800, Adrian Klaver wrote:
> On 12/9/25 18:27, ma lz wrote:
>> Don't use IsA may fix this problem
>
> Why is it a problem?
Well, I don't think that this has proved to be a problem until now in
the buildfarm. I doubt that it would be the only problematic area i
On 12/9/25 18:27, ma lz wrote:
What version of Postgres?
In function "ExecEvalJsonCoercionFinish()"
if (SOFT_ERROR_OCCURRED(&jsestate->escontext))
may produce strict-aliasing warning
Don't use IsA may fix this problem
Why is it a problem?
This is so
In function "ExecEvalJsonCoercionFinish()"
if (SOFT_ERROR_OCCURRED(&jsestate->escontext))
may produce strict-aliasing warning
Don't use IsA may fix this problem
1.patch
Description: 1.patch