Re: [HACKERS] On Complex Source Code Reading Strategy

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: [HACKERS] On Complex Source Code Reading Strategy
Дата
Msg-id e98e537f-28ce-2c7a-dcdf-141905eef29c@commandprompt.com
обсуждение исходный текст
Ответ на Re: [HACKERS] On Complex Source Code Reading Strategy  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 07/27/2017 04:45 PM, Tom Lane wrote:
> Peter Geoghegan <pg@bowt.ie> writes:
>> 2. Start somewhere. I have no idea where that should be, but it has to
>> be some particular place that seems interesting to you.
> 
> Don't forget to start with the available documentation, ie
> https://www.postgresql.org/docs/devel/static/internals.html
> You should certainly read
> https://www.postgresql.org/docs/devel/static/overview.html
> and depending on what your interests are, there are probably other
> chapters of Part VII that are worth your time.
> 
> Also keep an eye out for README files in the part of the source
> tree you're browsing in.

The doxygen instance at doxygen.postgresql.org is also helpful in 
navigating dependencies as you start attacking a features.

JD

> 
>             regards, tom lane
> 
> 


-- 
Command Prompt, Inc. || http://the.postgres.company/ || @cmdpromptinc

PostgreSQL Centered full stack support, consulting and development.
Advocate: @amplifypostgres || Learn: https://pgconf.us
*****     Unless otherwise stated, opinions are my own.   *****



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] On Complex Source Code Reading Strategy
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: [HACKERS] Patch: Write Amplification Reduction Method (WARM)