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

From Tom Lane
Subject Re: Questions about PostgreSQL implementation details
Date
Msg-id 26945.1575912080@sss.pgh.pa.us
Whole thread Raw
In response to Re: Questions about PostgreSQL implementation details  (Mark Dilger <hornschnorter@gmail.com>)
Responses Re: Questions about PostgreSQL implementation details  (Craig Ringer <craig@2ndquadrant.com>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Append with naive multiplexing of FDWs
Next
From: Alvaro Herrera
Date:
Subject: Re: log bind parameter values on error