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
154781: sql: display notice with job ID when waiting for a job r=rafiss a=rafiss
This will allow users to easily see the job ID in case they'd like to look at more details about the job in other introspection interfaces.
related to: #104597
Epic: None
Release note: None
Co-authored-by: Rafi Shamim <rafi@cockroachlabs.com>
pgnotice.Newf("waiting for job(s) to complete: %s\nIf the statement is canceled, jobs will continue in the background.", redact.SafeString(jobIDs.String())),
0 commit comments