diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out C:/cirrus/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out --- C:/cirrus/src/test/regress/expected/vacuum_tables_and_db_statistics.out 2024-09-07 20:54:15.389679800 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out 2024-09-07 20:58:06.877354800 +0000 @@ -220,7 +220,7 @@ WHERE dbname = current_database(); dbname | db_blks_hit | total_blks_dirtied | total_blks_written | wal_records | wal_fpi | wal_bytes | user_time | total_time --------------------------------+-------------+--------------------+--------------------+-------------+---------+-----------+-----------+------------ - regression_statistic_vacuum_db | t | t | t | t | t | t | t | t + regression_statistic_vacuum_db | t | t | t | t | t | t | f | t (1 row) DROP TABLE vestat CASCADE; @@ -252,7 +252,7 @@ WHERE dbname = 'regression_statistic_vacuum_db'; dbname | db_blks_hit | total_blks_dirtied | total_blks_written | wal_records | wal_fpi | wal_bytes | user_time | total_time --------------------------------+-------------+--------------------+--------------------+-------------+---------+-----------+-----------+------------ - regression_statistic_vacuum_db | t | t | t | t | t | t | t | t + regression_statistic_vacuum_db | t | t | t | t | t | t | f | t (1 row) \c regression_statistic_vacuum_db