cockroach
cockroach copied to clipboard
sql: add locking to sql/row/kv_batch_fetcher.go trace message
In sql/row/kv_batch_fetcher.go
there are trace messages that print the Scan or Get operation. We should add locking information to these for better observability of SELECT FOR UPDATE and other locking statements.
Jira issue: CRDB-33843
Epic CRDB-34172