Re: jsonapi: scary new warnings with LTO enabled

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: jsonapi: scary new warnings with LTO enabled
Дата
Msg-id E4E01D53-5E8C-4D93-85A8-633E93D0A194@yesql.se
обсуждение исходный текст
Ответ на Re: jsonapi: scary new warnings with LTO enabled  (Jacob Champion <jacob.champion@enterprisedb.com>)
Ответы Re: jsonapi: scary new warnings with LTO enabled
Список pgsql-hackers
> On 21 Apr 2025, at 17:33, Jacob Champion <jacob.champion@enterprisedb.com> wrote:
>
> On Sat, Apr 19, 2025 at 2:15 PM Daniel Gustafsson <daniel@yesql.se> wrote:
>> Since there is no way to determine if the allocation succeeded from outside of
>> the JSON api it might be better to keep the calloc and explicitly free it?
>
> I don't think so; pg_parse_json() will error out quickly, so I don't
> see much advantage to the extra code. Raw performance isn't much of a
> concern for the out-of-memory case, IMO.

Sure, but I fear we'll get an endless stream of static analysis reports for the
allocation leaking if we don't free it.

--
Daniel Gustafsson




В списке pgsql-hackers по дате отправления: