Re: strict-aliasing warning

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: ma lz <ma100(at)hotmail(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: strict-aliasing warning
Date: 2025-12-10 03:04:23
Message-ID: f88f1d24-943e-4b86-b871-c1e4a7659a6a@aklaver.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 something that should be submitted here(you will need create a
community account):

https://www.postgresql.org/account/login/?next=/account/submitbug/

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Paquier 2025-12-10 06:44:29 Re: strict-aliasing warning
Previous Message ma lz 2025-12-10 02:27:25 strict-aliasing warning