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.

贡献者指南