On Tue, 10 Dec 2019 at 01:21, Tom Lane <[email protected]> wrote: > Mark Dilger <[email protected]> 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
