Debugging methods

Поиск
Список
Период
Сортировка
От M2Y
Тема Debugging methods
Дата
Msg-id 74b94b9f-a678-4052-bc87-eca43dc437d5@k36g2000pri.googlegroups.com
обсуждение исходный текст
Ответы Re: Debugging methods
Re: Debugging methods
Список pgsql-hackers
Hello,

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

Some of my requirements are; for a given query, how parse structures
are created in pg_parse_query, how they are analyzed and rewritten in
pg_analyze_and_rewrite and how the final plan is created in
pg_plan_queries. I will go through code but I would like to know any
debugging methods available to understand what happens for a given
query.

I have searched in the net and I am unable to find them. Sorry if it
is available somewhere and I am asking again.

Thanks,
Srinivas


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

Предыдущее
От: Markus Wanner
Дата:
Сообщение: Re: Conflict resolution in Multimaster replication(Postgres-R)
Следующее
От: Markus Wanner
Дата:
Сообщение: Re: Debugging methods