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: 2005-12-25 00:56:50
Message-ID: 20051225005650.GA18554@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2005-12-25 01:41:15 pgsql: Minor doc tweak: "NOT NULL" is redundant with "SERIAL" in
Previous Message Andrew Dunstan 2005-12-25 00:46:30 Re: [PATCHES] default resource limits