duckdb/pg_duckdb

Valgrind testing

Open

#218 创建于 2024年9月24日

在 GitHub 查看
 (3 评论) (0 反应) (1 负责人)C++ (183 fork)github user discovery
good first issuetesting

仓库指标

Star
 (3,125 star)
PR 合并指标
 (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.

贡献者指南