Re: Fix tiny memory leaks

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Tofig Aliev <t(dot)aliev(at)postgrespro(dot)ru>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, sawada(dot)mshk(at)gmail(dot)com
Subject: Re: Fix tiny memory leaks
Date: 2024-12-06 08:49:24
Message-ID: E818A123-7359-41BA-8BD0-5A22E8024FBA@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 6 Dec 2024, at 09:38, Tofig Aliev <t(dot)aliev(at)postgrespro(dot)ru> wrote:

> There is a memory leak in functions check_application_name() and check_cluster_name().
> Functions are located in src/backend/commands/variable.c

LGTM.

--
Daniel Gustafsson

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amul Sul 2024-12-06 09:13:51 Re: NOT ENFORCED constraint feature
Previous Message jian he 2024-12-06 08:41:49 Re: Pass ParseState as down to utility functions.