Call flow of btinsert(PG_FUNCTION_ARGS)

Поиск
Список
Период
Сортировка
От Rohit Goyal
Тема Call flow of btinsert(PG_FUNCTION_ARGS)
Дата
Msg-id CANqGtSsxaj_u5Wwc4cAtV=F0Fpx2Y6NFGPM7EsWA1TEKLQaQWQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Call flow of btinsert(PG_FUNCTION_ARGS)  (Peter Geoghegan <pg@heroku.com>)
Re: Call flow of btinsert(PG_FUNCTION_ARGS)  (Craig Ringer <craig@2ndquadrant.com>)
Список pgsql-hackers
Hi All, 

I was reading b tree index code and I wanted to the know the calling function which calls btinsert(PG_FUNCTION_ARGS) function in nbtree.c file.
Moreover, my goal behind reading this function was to check how tuple is inserted in btree.
I want to understand the code flow for b tree index

Please help!!

--
Regards,
Rohit Goyal

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

Предыдущее
От: Wim Dumon
Дата:
Сообщение: Windows build patch
Следующее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: Using indices for UNION.