"Kurt Mielke" <kurt(at)it-pilots(dot)com> writes:
> PostgreSQL version: 8.4.8 + 9.0.4
> Operating system: Centos X86_64 5.5 & 6.0
> x.c: is a very simple c-program:
> main() { }
> When compiled with
> gcc -o x -lpq x.c
> valgrind ./x
> says "invalid free ... Address 0x4029508 is not stack'd, malloc'd or
> (recently) free'd"
Can't reproduce this on my own Red Hat machines ...
regards, tom lane