pg_duckdb icon indicating copy to clipboard operation
pg_duckdb copied to clipboard

Valgrind testing

Open JelteF opened this issue 1 year ago • 3 comments

Postgres has some built in valgrind support (which makes valgrind know about palloc and some more things). You have to set -DUSE_VALGRIND in CFLAGS (and I guess maybe CXXFLAGS) when runinng ./configure.

This would be very useful to do this to find issues like #213 more easily.

JelteF avatar Sep 24 '24 23:09 JelteF