Re: POC: converting Lists into arrays

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: POC: converting Lists into arrays
Дата
Msg-id 11757.1562080324@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: POC: converting Lists into arrays  (Oleksandr Shulgin <oleksandr.shulgin@zalando.de>)
Ответы Re: POC: converting Lists into arrays  (Oleksandr Shulgin <oleksandr.shulgin@zalando.de>)
Список pgsql-hackers
Oleksandr Shulgin <oleksandr.shulgin@zalando.de> writes:
> Not related to the diff v6..v7, but shouldn't we throw additionally a
> memset() with '\0' before calling pfree():

I don't see the point of that.  In debug builds CLOBBER_FREED_MEMORY will
take care of it, and in non-debug builds I don't see why we'd expend
the cycles.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] Implement uuid_version()
Следующее
От: Tom Lane
Дата:
Сообщение: Re: TopoSort() fix