Thread: pgsql: pgstat: add tests for transaction behaviour, 2PC, function stats

pgsql: pgstat: add tests for transaction behaviour, 2PC, function stats

From
Andres Freund
Date:
pgstat: add tests for transaction behaviour, 2PC, function stats.

Author: Andres Freund <andres@anarazel.de>
Author: Melanie Plageman <melanieplageman@gmail.com>
Discussion: https://postgr.es/m/20220303021600.hs34ghqcw6zcokdh@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e349c95d3e91754c8c3afc0587d52d44a479c8d2

Modified Files
--------------
src/test/isolation/expected/stats.out | 3737 +++++++++++++++++++++++++++++++++
src/test/isolation/isolation_schedule |    1 +
src/test/isolation/specs/stats.spec   |  753 +++++++
src/test/regress/expected/stats.out   |  471 +++++
src/test/regress/sql/stats.sql        |  189 ++
5 files changed, 5151 insertions(+)