Re: Patches applied; initdb time!

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: Patches applied; initdb time!
Дата
Msg-id 3CC337D2.3B126937@fourpalms.org
обсуждение исходный текст
Ответ на Re: Patches applied; initdb time!  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Patches applied; initdb time!  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> > But I do override some parameters in my Makefile.custom:
> > CFLAGS+= -g -O0 -DUSE_ASSERT_CHECKING
> If you use -O0 then you miss most of the interesting warnings.

?? Not in this case. afaik -O0 suppresses most optimizations (and hence
does not reorder instructions, which is why I use it for debugging; I
know, debuggers nowadays work pretty well even with instruction
reordering, but...).

Anyway, compiling with "-O2" on variable.c still does not show the
warnings with my 2.96.x compiler...
                 - Thomas


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Patches applied; initdb time!
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Coster/planner and edge cases...