memory leak checking

Поиск
Список
Период
Сортировка
От Mikhail Bautin
Тема memory leak checking
Дата
Msg-id CA+7awWNUmW64LMz3_kjqfkVzK+6tX5K2ofu_UD-AimXCoHBz1A@mail.gmail.com
обсуждение исходный текст
Ответы Re: memory leak checking  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Hello PostgreSQL Hackers,

What is the standard memory leak checking policy for the PostgreSQL codebase? I know there is some support for valgrind -- is the test suite being run continuously with valgrind on the build farm?

Is there any plan to support clang's AddressSanitizer?

I've seen a thread that memory leaks are allowed in initdb, because it is a short-lived process. Obviously they are not allowed in the database server. Are memory leaks allowed in the psql tool?

Regards,
Mikhail

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: finding changed blocks using WAL scanning
Следующее
От: Andres Freund
Дата:
Сообщение: Re: memory leak checking