duckdb/pg_duckdb

Valgrind testing

開放

#218 建立於 2024年9月24日

 (3 則留言) (0 個反應) (1 位負責人)C++ (183 個分叉)github user discovery
good first issuetesting

倉庫指標

星標
 (3,125 顆星)
PR 合併指標
 (平均合併 60天 10小時) (30 天內合併 7 個 PR)

描述

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.

貢獻者指南