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.