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

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pgstat: add tests for transaction behaviour, 2PC, function stats
Date: 2022-04-07 07:23:40
Message-ID: E1ncMUV-000hY4-SM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Author: Andres Freund <andres(at)anarazel(dot)de>
Author: Melanie Plageman <melanieplageman(at)gmail(dot)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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-04-07 07:31:49 Re: pgsql: pgstat: store statistics in shared memory.
Previous Message Andres Freund 2022-04-07 07:11:51 Re: pgsql: pgstat: add pg_stat_force_next_flush(), use it to simplify tests