Re: Seeking Guidance on Using Valgrind in PostgreSQL for Detecting Memory Leaks in Extension Code

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Pradeep Kumar <spradeepkumar29(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Seeking Guidance on Using Valgrind in PostgreSQL for Detecting Memory Leaks in Extension Code
Date: 2023-06-08 15:17:10
Message-ID: 223d736f-4fa6-e3d1-b5ac-86c8d843a5ce@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 08/06/2023 14:08, Pradeep Kumar wrote:
> I am writing to seek your guidance and utilization of Valgrind in
> PostgreSQL for detecting memory leaks in extension-related code.

https://wiki.postgresql.org/wiki/Valgrind is a good place to start. The
same tricks for using Valgrind on PostgreSQL itself should work for
extensions too.

--
Heikki Linnakangas
Neon (https://neon.tech)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Cramer 2023-06-08 15:18:34 Re: Named Prepared statement problems and possible solutions
Previous Message Jan Wieck 2023-06-08 15:15:24 Re: Named Prepared statement problems and possible solutions