strict-aliasing warning

ma lz <ma100@hotmail.com>

From: ma lz <ma100@hotmail.com>
To: "pgsql-general@lists.postgresql.org" <pgsql-general@lists.postgresql.org>
Date: 2025-12-10T02:27:25Z
Lists: pgsql-general

Attachments

In function "ExecEvalJsonCoercionFinish()"

     if (SOFT_ERROR_OCCURRED(&jsestate->escontext))

may produce strict-aliasing warning

Don't use IsA may fix this problem