Thread: pgsql: Add tests for pg_stat_io

pgsql: Add tests for pg_stat_io

From
Andres Freund
Date:
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(+)