mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-07 01:27:34 +08:00
Provide per-script statistical info (count of transactions executed under that script, average latency for the whole script) after a multi-script run, adding an intermediate level of detail to existing global stats and per-command stats. Author: Fabien Coelho Reviewer: Michaël Paquier, Álvaro Herrera