pgsql: Force track_io_timing off in explain.sql to avoid failures when

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Force track_io_timing off in explain.sql to avoid failures when
Date: 2022-03-12 22:24:19
Message-ID: E1nTA9r-000TPG-1Z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2022-03-13 20:08:18 pgsql: VACUUM VERBOSE: tweak scanned_pages logic.
Previous Message Andres Freund 2022-03-12 22:17:40 pgsql: Set synchronous_commit=on in test_setup.sql.