Re: Fixing row comparison semantics

Bruce Momjian <pgman@candle.pha.pa.us>

From: Bruce Momjian <pgman@candle.pha.pa.us>
To: Alvaro Herrera <alvherre@commandprompt.com>
Cc: Martijn van Oosterhout <kleptog@svana.org>, Christopher Kings-Lynne <chriskl@familyhealth.com.au>, Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@postgresql.org
Date: 2005-12-26T05:09:35Z
Lists: pgsql-hackers
Alvaro Herrera wrote:
> Martijn van Oosterhout wrote:
> 
> > > src/tools/make_ctags is your friend...
> > 
> > That just shows you where a symbol is defined, not where it's called
> > from. When you change the parameters of a function, you need to make
> > sure you found all the places that used it...
> > 
> > IOW, it's good for going down the call tree, but not up it.
> 
> I use cscope for that.

There is also id-utils, which is mentioned in our developer FAQ.  That's
what I use, but it is strictly command-line or 'edit all files with X',
while I think glimpse and cscope are more like applications, though they
probably have command-line interfaces too.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073