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
<div dir="ltr">Hello,<br /> <br />What I would like to do is to get the record in the table that a leaf GISTENTRY
pointsto, if that is possible.<br />I notice that GISTENTRY contains these members: Relation rel, Page page,
and OffsetNumberoffset, but are these referring to the table or the index?<br /> <br />Thank you,<br />Marios Vodas<br
/></div>

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