Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
135933: scpb: ensure IndexZoneConfig fields do not overlap r=annrpom a=annrpom In [cockroachdb#134522](cockroachdb#134472), we added a fix to ensure that we cleaned up backrefs properly for our `IndexZoneConfig` element, but in doing so, we created an overlap of field ID `3` between v24.2+. This patch ensures that we do not re-use the same field ID for a different field in our IndexZoneConfig element by marking it as `reserved`. Fixes: cockroachdb#133003 Fixes: cockroachdb#135807 Release note: None Co-authored-by: Annie Pompa <[email protected]>
- Loading branch information