Re: Re: starting to review the Extend NOT NULL representation to pg_constraint patch

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Re: starting to review the Extend NOT NULL representation to pg_constraint patch
Дата
Msg-id 1287111271-sup-4340@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Re: starting to review the Extend NOT NULL representation to pg_constraint patch  (Bernd Helmle <mailings@oopsware.de>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Per-column collation, work in progress
Следующее
От: Robert Haas
Дата:
Сообщение: Re: knngist plans