Re: BUG #18983: Problems with Postgres "make check" under ASAN

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: d.kovalenko@postgrespro.ru
Cc: pgsql-bugs@lists.postgresql.org
Date: 2025-07-09T18:25:55Z
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 →
  1. amcheck: Improve error message for partitioned index target.

  2. Hide ICU C++ APIs from pg_locale.h

PG Bug reporting form <noreply@postgresql.org> writes:
> We want testing our components and extensions for Postgres under ASAN but
> the problems within original PG code does not allow to do it easily.
> I won't describe each detected problems but provide these things:
> 1) Link to clone of the current master source that is able to pass "make
> check"
> https://github.com/dmitry-lipetsk/postgres/commits/D20250709_001--memory_leaks--master/

We do not accept patch submissions in this way.  Please email a patch
file to the pgsql-hackers list.

FWIW, if this is mostly about memory leaks, there's already work
in progress at

https://www.postgresql.org/message-id/flat/285483.1746756246@sss.pgh.pa.us

			regards, tom lane