Add tests for pg_stat_io Author: Melanie Plageman <[email protected]> Reviewed-by: Andres Freund <[email protected]> Reviewed-by: Justin Pryzby <[email protected]> Discussion: https://postgr.es/m/[email protected]
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(+)
