Re: Debugging methods

Поиск
Список
Период
Сортировка
От Markus Wanner
Тема Re: Debugging methods
Дата
Msg-id 48BFE685.9090501@bluegap.ch
обсуждение исходный текст
Ответ на Debugging methods  (M2Y <mailtoyahoo@gmail.com>)
Список pgsql-hackers
Hi,

M2Y wrote:
> I am a beginner to Postgres and I am going through code. I would like
> to know the debugging methods used in development.

Try ./configure with '--enable-debug' and '--enable-cassert', as 
outlined in the developer's FAQ [1], where you certainly find more 
information as well. Then run the postmaster with '-A1 -d5'

Regards

Markus Wanner

[1]: http://wiki.postgresql.org/wiki/Developer_FAQ


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

Предыдущее
От: M2Y
Дата:
Сообщение: Debugging methods
Следующее
От: Steve Atkins
Дата:
Сообщение: Re: [PATCH] Cleanup of GUC units code