Re: debuging postgres

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: debuging postgres
Дата
Msg-id 412BEE47.2080502@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: debuging postgres  (Gaetano Mendola <mendola@bigfoot.com>)
Список pgsql-hackers
> Is this enough? I'm seeing that with --enable-debug only the
> option -g is passed to the compiler and the option -O2 is
> still there, is it not better compile with -O0 if you are
> going to debug it?

Well, I use the following:

./configure --prefix=blah --enable-debug --enable-cassert 
--enable-depend --with-openssl --with-perl --with-pam

(Or something like that)

My theory is that the more I compile in the more that gets tested :)

Chris



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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: [COMMITTERS] pgsql-server: Rearrange pg_subtrans handling
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: futex