pgsql: Force track_io_timing off in explain.sql to avoid failures when - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Force track_io_timing off in explain.sql to avoid failures when
Date
Msg-id E1nTA9r-000TPG-1Z@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Force track_io_timing off in explain.sql to avoid failures when enabled.

Discussion: https://postgr.es/m/20201029231037.rkxo57ugnuchykpu@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7e12256b478b89518ff410f29192af21de37d070

Modified Files
--------------
src/test/regress/expected/explain.out | 7 +++++--
src/test/regress/sql/explain.sql      | 7 +++++--
2 files changed, 10 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Set synchronous_commit=on in test_setup.sql.
Next
From: Peter Geoghegan
Date:
Subject: pgsql: VACUUM VERBOSE: tweak scanned_pages logic.