-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Labels
good first issueGood for newcomersGood for newcomerstestingImproves testing and/or CIImproves testing and/or CI
Description
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.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerstestingImproves testing and/or CIImproves testing and/or CI