On Wed, Jul 12, 2023 at 12:28 PM Shruthi Gowda <gowdas...@gmail.com> wrote:
>   I reviewed the function RelationReloadIndexInfo() and observed that the 
> 'indisreplident' field and the SelfItemPointer 't_self' are not refreshed to 
> the pg_index tuple of the index.
>   Attached is the patch that fixes the above issue.

Oh, interesting. The fact that indisreplident isn't copied seems like
a pretty clear mistake, but I'm guessing that the fact that t_self
wasn't refreshed was deliberate and that the author of this code
didn't really intend for callers to look at the t_self value. We could
change our mind about whether that ought to be allowed, though. But,
like, none of the other tuple header fields are copied either... xmax,
xvac, infomask, etc.

-- 
Robert Haas
EDB: http://www.enterprisedb.com


Reply via email to