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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: d(dot)kovalenko(at)postgrespro(dot)ru
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18983: Problems with Postgres "make check" under ASAN
Date: 2025-07-09 18:25:55
Message-ID: 1334080.1752085555@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)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(dot)1746756246(at)sss(dot)pgh(dot)pa(dot)us

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Thomas Munro 2025-07-10 01:54:03 Re: PostgreSQL Windows Installer defaults to "English_United States.1252" when choosing locale starting with "English"
Previous Message PG Bug reporting form 2025-07-09 17:19:19 BUG #18983: Problems with Postgres "make check" under ASAN