duckdb/pg_duckdb

Valgrind testing

Open

#218 opened on 2024年9月24日

GitHub で見る
 (3 comments) (0 reactions) (1 assignee)C++ (183 forks)github user discovery
good first issuetesting

Repository metrics

Stars
 (3,125 stars)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド