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
Pgbench Fix processing of scripts whose last transaction is not completed
There's no error if the last transaction in the script is not completed. But the
transactions started in the previous scripts and/or not ending in the current
script, are not rolled back and retried after the failure. Such script try is
reported as failed because it contains a failure that was not rolled back and
retried.
0 commit comments