pgsql: Add tests for pg_stat_io
Started by Andres Freundover 3 years ago1 messagescomitters
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: /messages/by-id/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(+)