Re: Fixing row comparison semantics
- From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
- To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
- Cc: 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: Sat, 24 Dec 2005 21:56:50 -0300
- Message-id: <20051225005650(dot)GA18554(at)surnet(dot)cl>
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.
--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Home |
Main Index |
Thread Index