Re: Call flow of btinsert(PG_FUNCTION_ARGS)

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Call flow of btinsert(PG_FUNCTION_ARGS)
Дата
Msg-id CAM3SWZTs=jk5wuYuVkTpBPBiWptoSymCbku2=cJgzupzWxHnHA@mail.gmail.com
обсуждение исходный текст
Ответ на Call flow of btinsert(PG_FUNCTION_ARGS)  (Rohit Goyal <rhtgyl.87@gmail.com>)
Ответы Re: Call flow of btinsert(PG_FUNCTION_ARGS)  (Rohit Goyal <rhtgyl.87@gmail.com>)
Список pgsql-hackers
On Tue, Nov 19, 2013 at 2:22 AM, Rohit Goyal <rhtgyl.87@gmail.com> wrote:
>
> 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

Take a look at this:

http://www.postgresql.org/docs/9.3/static/index-functions.html


-- 
Peter Geoghegan



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

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