PG function call

Поиск
Список
Период
Сортировка
От smile khmer
Тема PG function call
Дата
Msg-id 20051006140659.0F2FF83BFF@ws1-1.us4.outblaze.com
обсуждение исходный текст
Ответы Re: PG function call  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
Dear all,

Does anyone know how index searching work in PG. I've explored the
source code of PG, for btree, for searching, it will call the
functions in file btcompare.c. As I've made a printf in the functions
of the file btcompare.c. When I compile and run PG, it get into
loop,..... the messages are printed and printed .....
I want to know how the function called happen in Postgres,
it seems that it doesn't call the function directly !

I would appreciate your help
regards,

Smile


--
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm



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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: prefix btree implementation
Следующее
От: Gaetano Mendola
Дата:
Сообщение: Re: Outer where pushed down