Use BUFFER_USAGE_LIMIT to reduce needed test table size

Andres Freund <andres@anarazel.de>

Commit: 322875597c0c15cd85d03c8621038f4945c8caa3
Author: Andres Freund <andres@anarazel.de>
Date: 2023-05-17T18:17:41Z
Releases: 16.0
Use BUFFER_USAGE_LIMIT to reduce needed test table size

Using the minimum BUFFER_USAGE_LIMIT value, we can make one of the pg_stat_io
test tables smaller while still causing reuses.

Author: Melanie Plageman <melanieplageman@gmail.com>
Discussion: https://postgr.es/m/CAAKRu_acc6iL4M3hvOTeztf_ZPpsB3Pqio5aVHgZ5q=Pi3BZKg@mail.gmail.com

Files

PathChange+/−
src/test/regress/expected/stats.out modified +4 −2
src/test/regress/sql/stats.sql modified +4 −2

Discussion