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-13 07:36:13.077770419 +0000 +++ /tmp/cirrus-ci-build/contrib/pg_buffercache/results/pg_buffercache.out 2025-02-13 07:40:56.128646605 +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