diff -U3 /tmp/cirrus-ci-build/contrib/pg_buffercache/expected/pg_buffercache.out /tmp/cirrus-ci-build/contrib/pg_buffercache/results/pg_buffercache.out
--- /tmp/cirrus-ci-build/contrib/pg_buffercache/expected/pg_buffercache.out	2025-02-09 12:14:19.228041812 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_buffercache/results/pg_buffercache.out	2025-02-09 12:17:23.829248510 +0000
@@ -3,6 +3,7 @@
                    from pg_settings
                    where name = 'shared_buffers')
 from pg_buffercache;
+NOTICE:  os_page_count=32768 os_page_size=4096 pages_per_blk=2.000000
  ?column? 
 ----------
  t
@@ -38,6 +39,7 @@
 -- Check that pg_monitor is allowed to query view / function
 SET ROLE pg_monitor;
 SELECT count(*) > 0 FROM pg_buffercache;
+NOTICE:  os_page_count=32768 os_page_size=4096 pages_per_blk=2.000000
  ?column? 
 ----------
  t