Re: debuging postgres

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: debuging postgres
Дата
Msg-id 412A966D.8040200@familyhealth.com.au
обсуждение исходный текст
Ответ на debuging postgres  (Gaetano Mendola <mendola@bigfoot.com>)
Ответы Re: debuging postgres  (Gaetano Mendola <mendola@bigfoot.com>)
Список pgsql-hackers
> in order to debug "step by step" the postmaster,
> just to understand better the code, is it enough
> to compile it after having exported:
> 
> CFLAGS='-O0 -g' ?
> 
> do you have any hint and/or tips ?
> 
> BTW what do you use for this task ?

./configure --enable-debug

Chris



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

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