You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
153940: parser: remove some unused code r=yuzefovich a=yuzefovich
This commit removes some of the unused code from sql/parser and plpgsql/parser.
Epic: None
Release note: None
154184: catalog/lease: fix nil pointer dereference in purgeOldVersions r=rafiss a=fqazi
Previously, we added logic that to handle errRenewLease due to session expiration with a debug assertion making sure the latest version of a descriptor was not historical. Sadly, the assertion did not take into account concurrent clean up of the version being retained. To address this, this patch adds an explicit nil check to handle this scenario.
Note: This scenario is only likely in tests with the knob`removeOnceDereferenced`
Fixes: #154155
Release note: None
Co-authored-by: Yahor Yuzefovich <[email protected]>
Co-authored-by: Faizan Qazi <[email protected]>
0 commit comments