Re: [PATCH] Fix memory leak in pg_config

From: Andres Freund <andres(at)anarazel(dot)de>
To: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
Cc: Ivan Kush <ivan(dot)kush(at)tantorlabs(dot)com>, pgsql-hackers mailing list <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Fix memory leak in pg_config
Date: 2026-07-21 21:05:14
Message-ID: vi25pixgjycxb2ggva4zs23lrdpgm7g7jdldyvg27ofapvrabb@54jupsmlo524
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2026-07-21 23:35:18 +0500, Andrey Borodin wrote:
> One thing to be aware of: our CI runs sanitizers with
> detect_leaks=0, and the comment there says "too many uninteresting
> leak errors in short-lived binaries".

So far our policy is that we do not care about leaks in short lived
binaries. I doubt that we need more very verbose projects at this point, so I
don't think we'll want to change this in the near future.

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2026-07-21 22:03:33 Re: hashjoins vs. Bloom filters (yet again)
Previous Message Zsolt Parragi 2026-07-21 19:53:10 Re: [PATCH] Add pg_get_event_trigger_ddl() function