Call flow of btinsert(PG_FUNCTION_ARGS)

From: Rohit Goyal <rhtgyl(dot)87(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Call flow of btinsert(PG_FUNCTION_ARGS)
Date: 2013-11-19 10:22:45
Message-ID: CANqGtSsxaj_u5Wwc4cAtV=F0Fpx2Y6NFGPM7EsWA1TEKLQaQWQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi All,

I was reading b tree index code and I wanted to the know the calling
function which calls
btinsert<http://doxygen.postgresql.org/nbtree_8c.html#a2b69e4abd6e38fbb317a503b8cf6e00a>
(PG_FUNCTION_ARGS<http://doxygen.postgresql.org/fmgr_8h.html#adf4dec9b7d23f1b4c68477affde8b7ff>)
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Karsten Hilbert 2013-11-19 10:22:47 pg_upgrade ?deficiency
Previous Message Wim Dumon 2013-11-19 09:36:22 Windows build patch