pgsql: Add tests for pg_stat_io - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Add tests for pg_stat_io
Date
Msg-id E1pQuWV-000bpM-89@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add tests for pg_stat_io

Author: Melanie Plageman <melanieplageman@gmail.com>
Reviewed-by: Andres Freund <andres@anarazel.de>
Reviewed-by: Justin Pryzby <pryzby@telsasoft.com>
Discussion: https://postgr.es/m/20200124195226.lth52iydq2n2uilq@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/10a082bf72150f49c34fcf152565c77d80f31a9c

Modified Files
--------------
contrib/amcheck/expected/check_heap.out |  34 +++++
contrib/amcheck/sql/check_heap.sql      |  27 ++++
src/test/regress/expected/stats.out     | 228 ++++++++++++++++++++++++++++++++
src/test/regress/sql/stats.sql          | 142 ++++++++++++++++++++
4 files changed, 431 insertions(+)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Un-revert "Disable STARTUP_PROGRESS_TIMEOUT in standby mode."
Next
From: Andrew Dunstan
Date:
Subject: pgsql: pgindent: filter files for the --commit option