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
The long-running-query logging looks at `clnt->sql`, and may race with the cleanup
of verify-replay history, which releases the buffer that `clnt->sql` points into.
This patch fixes it.
Signed-off-by: Rivers Zhang <[email protected]>
0 commit comments