Re: BUG #18983: Problems with Postgres "make check" under ASAN
Aleksander Alekseev <aleksander@tigerdata.com>
From: Aleksander Alekseev <aleksander@tigerdata.com>
To: pgsql-bugs@lists.postgresql.org
Cc: Dmitry Kovalenko <d.kovalenko@postgrespro.ru>
Date: 2025-07-14T13:41:22Z
Lists: pgsql-bugs
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
amcheck: Improve error message for partitioned index target.
- 88a658a42e1b 19 (unreleased) cited
-
Hide ICU C++ APIs from pg_locale.h
- ed26c4e25a44 19 (unreleased) cited
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@.