Re: Fixing row comparison semantics

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Fixing row comparison semantics
Дата
Msg-id 20051224104628.GB617@svana.org
обсуждение исходный текст
Ответ на Re: Fixing row comparison semantics  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Ответы Re: Fixing row comparison semantics  (Peter Eisentraut <peter_e@gmx.net>)
Re: Fixing row comparison semantics  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
On Sat, Dec 24, 2005 at 06:05:58PM +0800, Christopher Kings-Lynne wrote:
> >Now, since COLLATE support is still in progress, I'm not sure how much
> >any of this helps you. I'm up to modifying the scankeys but it's hard
> >when you jave to keep rgrepping the tree to work out what is called
> >from where...
>
> 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.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Missing DATE selectivity
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Fixing row comparison semantics