Re: debug query execution

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: debug query execution
Дата
Msg-id 4EAA8AFA020000250004281D@gw.wicourts.gov
обсуждение исходный текст
Ответ на debug query execution  (vadym nikolaiev <vadym.nikolaiev@gmail.com>)
Список pgsql-hackers
vadym nikolaiev <vadym.nikolaiev@gmail.com> wrote:
> I would like to ask you which sources are responsible for execute
> queries in PostgreSQL?
http://wiki.postgresql.org/wiki/Developer_FAQ#How_is_the_source_code_organized.3F
> ( i would like to run a simple query and debug it execution on
> PostgreSql server for understanding how PostgeSql does query
> processing internally)
Pick any function you know will be executed, set a breakpoint, get a
stacktrace from there, and pick where you want to get in next time
you run the query.
-Kevin


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

Предыдущее
От: Gurjeet Singh
Дата:
Сообщение: Re: Unreproducible bug in snapshot import code
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Documentation mistake