duckdb/pg_duckdb

Valgrind testing

Open

#218 aperta il 24 set 2024

Vedi su GitHub
 (3 commenti) (0 reazioni) (1 assegnatario)C++ (183 fork)github user discovery
good first issuetesting

Metriche repository

Star
 (3125 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor