Re: HEAPDEBUGALL is broken

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: HEAPDEBUGALL is broken
Дата
Msg-id 6830.1587565191@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: HEAPDEBUGALL is broken  (Alexander Lakhin <exclusion@gmail.com>)
Ответы Re: HEAPDEBUGALL is broken
Список pgsql-hackers
Alexander Lakhin <exclusion@gmail.com> writes:
> 21.04.2020 21:01, Peter Eisentraut wrote:
>> Do you have a proposed patch?

> As this is broken at least since the invention of the generational
> allocator (2017-11-23, a4ccc1ce), I believe than no one uses this (and
> slab is broken too). Nonetheless, HAVE_ALLOCINFO in aset.c is still
> working, so it could be leaved alone, though the output too chatty for
> general use (`make check` produces postmaster log of size 3.8GB). I
> think someone would still need to insert some extra conditions to use
> that or find another way to debug memory allocations.

> So I would just remove this debug macro. The proposed patch is attached.

I didn't review this in close detail, but I think it's a good idea.
We have better memory-use-analysis tools these days, such as valgrind,
so it's no surprise that nobody is using this old code.

            regards, tom lane



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

Предыдущее
От: Asif Rehman
Дата:
Сообщение: Re: WIP/PoC for parallel backup
Следующее
От: Alexander Korotkov
Дата:
Сообщение: Re: Fix for pg_statio_all_tables