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)