good first issuetesting
Metriche repository
- Star
- (3125 stelle)
- Metriche merge PR
- (Merge medio 60g 10h) (7 PR mergiate in 30 g)
Descrizione
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.