duckdb/pg_duckdb

Valgrind testing

Offen

#218 geöffnet am 24.09.2024

 (3 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C++ (183 Forks)github user discovery
good first issuetesting

Repository-Metriken

Stars
 (3.125 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 60T 10h) (7 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide