Re: BUG #18983: Problems with Postgres "make check" under ASAN - Mailing list pgsql-bugs

From Aleksander Alekseev
Subject Re: BUG #18983: Problems with Postgres "make check" under ASAN
Date
Msg-id CAJ7c6TPe2+8kAJXFLC+zcFDV2==-SWHqvxiv8H97i8+EgnWq5A@mail.gmail.com
Whole thread Raw
In response to Re: BUG #18983: Problems with Postgres "make check" under ASAN  (Dmitry Kovalenko <d.kovalenko@postgrespro.ru>)
List pgsql-bugs
Hi Dmitry,

> This is a flat list of problems (memory leaks):
>
>  [...]

Thanks for your attention to the code correctness and quality.

In this project we typically don't bother about "cosmetic" memory
leaks - e.g. when several extra bytes are allocated during the process
startup, or many bytes are allocated in the short-living process (they
are going to be freed anyway when the process terminates).

If I didn't miss anything, your report contains only such cosmetic
leaks. If you believe I missed something, please don't hesitate
submitting a fix for a particular memory leak to pgsql-hackers@.



pgsql-bugs by date:

Previous
From: Dmitry Kovalenko
Date:
Subject: Re: BUG #18983: Problems with Postgres "make check" under ASAN
Next
From: PG Bug reporting form
Date:
Subject: BUG #18984: Empty prepared statement from psql \parse triggers assert in PortalRunMulti