GiST, getting the record in table that the leaf entry points to - Mailing list pgsql-hackers

From Marios Vodas
Subject GiST, getting the record in table that the leaf entry points to
Date
Msg-id DUB130-W2643BCADE1639830770E61DE900@phx.gbl
Whole thread Raw
List 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

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Memory ordering issue in LWLockRelease, WakeupWaiters, WALInsertSlotRelease
Next
From: Amit Kapila
Date:
Subject: Re: Performance Improvement by reducing WAL for Update Operation