Re: Questions about PostgreSQL implementation details

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Questions about PostgreSQL implementation details
Дата
Msg-id 26945.1575912080@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Questions about PostgreSQL implementation details  (Mark Dilger <hornschnorter@gmail.com>)
Ответы Re: Questions about PostgreSQL implementation details  (Craig Ringer <craig@2ndquadrant.com>)
Список pgsql-hackers
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.

            regards, tom lane



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Append with naive multiplexing of FDWs
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: log bind parameter values on error