Re: I am confused after reading codes of PostgreSQL three week

Поиск
Список
Период
Сортировка
От Markus Wanner
Тема Re: I am confused after reading codes of PostgreSQL three week
Дата
Msg-id 4D832B28.2010804@bluegap.ch
обсуждение исходный текст
Ответ на Re: I am confused after reading codes of PostgreSQL three week  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: I am confused after reading codes of PostgreSQL three week  (hom <obsidianhom@gmail.com>)
Список pgsql-hackers
Hom,

On 03/17/2011 04:49 PM, Kevin Grittner wrote:
> That's ambitious.

Absolutely, yes.  Exercise patience with yourself.

A method that hasn't been mentioned, yet, is digging out your debugger
and attach it to a connected Postgres backend.  You can then issue a
query you are interested in and follow the backend doing its work.

That's particularly helpful in trying to find a certain spot of
interest.  Of course, it doesn't help much in getting the big picture.

Good luck on your journey through the code base.

Regards

Markus Wanner


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

Предыдущее
От: Markus Wanner
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication.
Следующее
От: Brendan Jurd
Дата:
Сообщение: Re: I am confused after reading codes of PostgreSQL three week