Re: Seeking Guidance on Using Valgrind in PostgreSQL for Detecting Memory Leaks in Extension Code - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Seeking Guidance on Using Valgrind in PostgreSQL for Detecting Memory Leaks in Extension Code
Date
Msg-id 223d736f-4fa6-e3d1-b5ac-86c8d843a5ce@iki.fi
Whole thread Raw
In response to Seeking Guidance on Using Valgrind in PostgreSQL for Detecting Memory Leaks in Extension Code  (Pradeep Kumar <spradeepkumar29@gmail.com>)
List 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)




pgsql-hackers by date:

Previous
From: Jan Wieck
Date:
Subject: Re: Named Prepared statement problems and possible solutions
Next
From: Dave Cramer
Date:
Subject: Re: Named Prepared statement problems and possible solutions