Re: Fixing row comparison semantics
- From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
- To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
- Cc: Martijn van Oosterhout <kleptog(at)svana(dot)org>, Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
- Subject: Re: Fixing row comparison semantics
- Date: Mon, 26 Dec 2005 00:09:35 -0500 (EST)
- Message-id: <200512260509(dot)jBQ59Zs08835(at)candle(dot)pha(dot)pa(dot)us>
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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
Home |
Main Index |
Thread Index