Re: Questions about PostgreSQL implementation details

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Questions about PostgreSQL implementation details
Дата
Msg-id CAMsr+YESMtTG5P0HP=K3k_ac9f+gz_y2QejHQrvN5YV3EfYxMg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Questions about PostgreSQL implementation details  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, 10 Dec 2019 at 01:21, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Mark Dilger <hornschnorter@gmail.com> writes:
> [ useful tips about finding the code that implements a SQL command ]

BTW, if it wasn't obvious already, you *really* want to have some kind
of tool that easily finds the definition of a particular C symbol.
You can fall back on "grep -r" or "git grep", but lots of people use
ctags or etags or some other C-aware indexing tool.

 
I strongly recommend cscope with editor integration for your preferred editor btw.
 
--
 Craig Ringer                   http://www.2ndQuadrant.com/
 2ndQuadrant - PostgreSQL Solutions for the Enterprise

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: A varint implementation for PG?
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: [HACKERS] Block level parallel vacuum