pgsql: Relax regression test for fsync check of backend-level stats

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Relax regression test for fsync check of backend-level stats
Date: 2024-12-20 10:03:44
Message-ID: E1tOZrD-000V4u-Lc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Relax regression test for fsync check of backend-level stats

One test added in 9aea73fc61d4 did not take into account that the
backend may have some fsync even after a checkpoint. Let's relax it to
be more flexible.

Per report from buildfarm member grassquit, via Alexander Lakhin.

Author: Bertrand Drouvot
Discussion: https://postgr.es/m/6143ab0a-9e88-4790-8d9d-50ba45657761@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/546371599e767340599cdff3e276728016e560cc

Modified Files
--------------
src/test/regress/expected/stats.out | 5 ++---
src/test/regress/sql/stats.sql | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2024-12-20 10:24:07 pgsql: Remove pg_attribute.attcacheoff column
Previous Message David Rowley 2024-12-20 09:32:15 pgsql: Introduce CompactAttribute array in TupleDesc, take 2