strict-aliasing warning

From: ma lz <ma100(at)hotmail(dot)com>
To: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: strict-aliasing warning
Date: 2025-12-10 02:27:25
Message-ID: TY7PR01MB1485649F37F239834635A33B6F2A0A@TY7PR01MB14856.jpnprd01.prod.outlook.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

In function "ExecEvalJsonCoercionFinish()"

if (SOFT_ERROR_OCCURRED(&jsestate->escontext))

may produce strict-aliasing warning

Don't use IsA may fix this problem

Attachment Content-Type Size
1.patch application/octet-stream 811 bytes

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2025-12-10 03:04:23 Re: strict-aliasing warning
Previous Message Justin Swanhart 2025-12-09 22:38:32 Re: How do I check for NULL