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.