duckdb/pg_duckdb

Valgrind testing

Aberta

#218 aberto em 24 de set. de 2024

 (3 comentários) (0 reação) (1 responsável)C++ (183 forks)github user discovery
good first issuetesting

Métricas do repositório

Stars
 (3.125 estrelas)
Métricas de merge de PR
 (Mesclagem média 60d 10h) (7 fundiu PRs em 30d)

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.

Guia do colaborador