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
Ответ на
Список
Дерево обсуждения
Questions about PostgreSQL implementation details Julien Delplanque <julien.delplanque@inria.fr>
Re: Questions about PostgreSQL implementation details Tom Lane <tgl@sss.pgh.pa.us>
Re: Questions about PostgreSQL implementation details Mark Dilger <hornschnorter@gmail.com>
Re: Questions about PostgreSQL implementation details Mark Dilger <hornschnorter@gmail.com>
Re: Questions about PostgreSQL implementation details Tom Lane <tgl@sss.pgh.pa.us>
Re: Questions about PostgreSQL implementation details Craig Ringer <craig@2ndquadrant.com>
Re: Questions about PostgreSQL implementation details Julien Delplanque <julien.delplanque@inria.fr>
Re: Questions about PostgreSQL implementation details Heikki Linnakangas <hlinnaka@iki.fi>
Re: Questions about PostgreSQL implementation details Craig Ringer <craig@2ndquadrant.com>
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.
В списке pgsql-hackers по дате отправления