2.23.1.1500-b5
karthik-ramanathan-3006
tagged this
28 Aug 23:03
Summary: pg15 merge commit be8504df264 introduced optimizations to skip secondary index updates when index columns remain unchanged. This commit introduced a bug that assigns an incorrect value to a variable `indexUnchanged`. This variable `indexUnchanged` is a part of a mechanism introduced by PG to pass on a hint to the storage layer that an index tuple may be unchanged. In this revision, this variable is changed to always evaluate to false for Yugabyte relation. Test Plan: Run Jenkins Reviewers: jason Reviewed By: jason Subscribers: yql Tags: #jenkins-ready Differential Revision: https://phorge.dev.yugabyte.com/D37589