Re: I am confused after reading codes of PostgreSQL three week - Mailing list pgsql-hackers

From hom
Subject Re: I am confused after reading codes of PostgreSQL three week
Date
Msg-id AANLkTinx58MHM0+OSgSJfVcmC4MvitjaZHXcQ4nTsEW7@mail.gmail.com
Whole thread Raw
In response to Re: I am confused after reading codes of PostgreSQL three week  (Markus Wanner <markus@bluegap.ch>)
List pgsql-hackers
2011/3/18 Markus Wanner <markus@bluegap.ch>:
> 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
>

Thanks Markus.
It's hard time at the beginning.
I should keep patient. :)

--
Best Wishes!

                                     hom


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Sync Rep and shutdown Re: Sync Rep v19
Next
From: hom
Date:
Subject: Re: I am confused after reading codes of PostgreSQL three week