pgsql: Fix test of pg_stat_io for wal_level=minimal. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Fix test of pg_stat_io for wal_level=minimal.
Date
Msg-id E1qFdz9-001OHD-PH@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix test of pg_stat_io for wal_level=minimal.

Back-patch to v16, which introduced the test.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/01d56eecee4cfa0f796c4ee3e2e0ac615b9350bb

Modified Files
--------------
contrib/amcheck/expected/check_heap.out | 7 ++++++-
contrib/amcheck/sql/check_heap.sql      | 8 ++++++--
2 files changed, 12 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: PG 16 relnotes, remove "Have initdb use ICU by default"
Next
From: Thomas Munro
Date:
Subject: pgsql: Trust signalfd on illumos, again.