Re: Patches applied; initdb time!

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: Patches applied; initdb time!
Дата
Msg-id 3CC33F01.B9F50EE3@fourpalms.org
обсуждение исходный текст
Ответ на Re: Patches applied; initdb time!  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
...
> In particular, you don't get "unused variable" and "variable may not
> have been set before being used" warnings at -O0, because the
> control-flow analysis needed to emit those warnings is not done at -O0.

Right. The point is that I don't get those (apparently) with -O2 either,
with my particular compiler. Hmm. Actually, I *do* get those if I make
sure that some of the other options are set too; my quick test added -O2
but left out some of the -w switches. OK, never mind...
                     - Thomas


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

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