Re: Questions about PostgreSQL implementation details

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mark Dilger <hornschnorter(at)gmail(dot)com>
Cc: Julien Delplanque <julien(dot)delplanque(at)inria(dot)fr>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Questions about PostgreSQL implementation details
Date: 2019-12-09 17:21:20
Message-ID: 26945.1575912080@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Mark Dilger <hornschnorter(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2019-12-09 17:25:55 Re: log bind parameter values on error
Previous Message Bruce Momjian 2019-12-09 17:18:44 Re: Append with naive multiplexing of FDWs