GiST, getting the record in table that the leaf entry points to

From: Marios Vodas <mvodas(at)outlook(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: GiST, getting the record in table that the leaf entry points to
Date: 2014-02-10 14:59:15
Message-ID: DUB130-W2643BCADE1639830770E61DE900@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

What I would like to do is to get the record in the table that a leaf GISTENTRY points to, if that is possible.
I notice that GISTENTRY contains these members: Relation rel, Page page, and OffsetNumber offset, but are these referring to the table or the index?

Thank you,
Marios Vodas

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2014-02-10 15:02:21 Re: Performance Improvement by reducing WAL for Update Operation
Previous Message Andres Freund 2014-02-10 13:46:25 Memory ordering issue in LWLockRelease, WakeupWaiters, WALInsertSlotRelease