duckdb/pg_duckdb

Valgrind testing

オープン

#218 opened on 2024/09/24

 (3 件のコメント) (0 件のリアクション) (1 人の担当者)C++ (183 件のフォーク)github user discovery
good first issuetesting

Repository metrics

Stars
 (3,125 個のスター)
PR merge metrics
 (平均マージ 60d 10h) (30d で 7 merged PRs)

説明

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.

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