Re: Re: starting to review the Extend NOT NULL representation to pg_constraint patch - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Re: starting to review the Extend NOT NULL representation to pg_constraint patch
Date
Msg-id 1287111271-sup-4340@alvh.no-ip.org
Whole thread Raw
In response to Re: Re: starting to review the Extend NOT NULL representation to pg_constraint patch  (Bernd Helmle <mailings@oopsware.de>)
List pgsql-hackers
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 <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Per-column collation, work in progress
Next
From: Robert Haas
Date:
Subject: Re: knngist plans