Re: Questions about PostgreSQL implementation details - Mailing list pgsql-hackers

From Craig Ringer
Subject Re: Questions about PostgreSQL implementation details
Date
Msg-id CAMsr+YESMtTG5P0HP=K3k_ac9f+gz_y2QejHQrvN5YV3EfYxMg@mail.gmail.com
Whole thread Raw
In response to Re: Questions about PostgreSQL implementation details  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Craig Ringer
Date:
Subject: Re: A varint implementation for PG?
Next
From: Masahiko Sawada
Date:
Subject: Re: [HACKERS] Block level parallel vacuum