Excerpts from Bernd Helmle's message of jue oct 14 16:44:36 -0300 2010: > Yepp, that was it. I had a CFLAGS='-O0' in my dev build from a former > debugging cycle and forgot about it (which reminds me to do a > maintainer-clean more often between coding). This is also the reason i > haven't seen the compiler warnings and the crash in the regression tests. > Shame on me, but i think i have learned the lesson ;)
A better way to do this is create src/Makefile.custom and add this line: CFLAGS := $(filter-out -O2,$(CFLAGS)) -O0 -- Álvaro Herrera <alvhe...@commandprompt.com> The PostgreSQL Company - Command Prompt, Inc. PostgreSQL Replication, Consulting, Custom Development, 24x7 support -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers