pgsql: pgstat: add tests for transaction behaviour, 2PC, function stats - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: pgstat: add tests for transaction behaviour, 2PC, function stats
Date
Msg-id E1ncMUV-000hY4-SM@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(+)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: pgstat: add pg_stat_force_next_flush(), use it to simplify tests
Next
From: Andres Freund
Date:
Subject: Re: pgsql: pgstat: store statistics in shared memory.