Call flow of btinsert(PG_FUNCTION_ARGS) - Mailing list pgsql-hackers

From Rohit Goyal
Subject Call flow of btinsert(PG_FUNCTION_ARGS)
Date
Msg-id CANqGtSsxaj_u5Wwc4cAtV=F0Fpx2Y6NFGPM7EsWA1TEKLQaQWQ@mail.gmail.com
Whole thread Raw
Responses Re: Call flow of btinsert(PG_FUNCTION_ARGS)
Re: Call flow of btinsert(PG_FUNCTION_ARGS)
List 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 by date:

Previous
From: Wim Dumon
Date:
Subject: Windows build patch
Next
From: Kyotaro HORIGUCHI
Date:
Subject: Re: Using indices for UNION.