cloudberry icon indicating copy to clipboard operation
cloudberry copied to clipboard

Fix: missing validation for tids when

Open passwordwasforgotten opened this issue 3 months ago • 0 comments

index's deduplicate is on

In the '_bt_validate_tid' method, the IndexTuple 'ituple' is not deformed when processing the posting tuple, resulting in missing validation for certain TIDs.

Fixes #ISSUE_Number

What does this PR do?

Type of Change

  • [1 ] Bug fix (non-breaking change)
  • [0] New feature (non-breaking change)
  • [0 ] Breaking change (fix or feature with breaking changes)
  • [0] Documentation update

Breaking Changes

Test Plan

  • [ ] Unit tests added/updated
  • [ ] Integration tests added/updated
  • [ ] Passed make installcheck
  • [ ] Passed make -C src/test installcheck-cbdb-parallel

Impact

Performance:

User-facing changes:

Dependencies:

Checklist

Additional Context

CI Skip Instructions


passwordwasforgotten avatar Sep 15 '25 08:09 passwordwasforgotten