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
Do not access fields of pstmt after calling standard_ProcessUtility()
As a comment in pg_stat_statements warns us of pstmt can have been freed
on for example ROLLBACK, so we need to copy all fields. We also copy the
warning from pg_stat_statements so we do not reintroduce this issue.
0 commit comments