pgsql: Use BUFFER_USAGE_LIMIT to reduce needed test table size

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use BUFFER_USAGE_LIMIT to reduce needed test table size
Date: 2023-05-17 19:17:45
Message-ID: E1pzMef-000NnJ-Ua@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAAKRu_acc6iL4M3hvOTeztf_ZPpsB3Pqio5aVHgZ5q=Pi3BZKg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/322875597c0c15cd85d03c8621038f4945c8caa3

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-05-17 19:38:48 pgsql: Fix error message wordings
Previous Message Alexander Korotkov 2023-05-17 17:29:12 pgsql: Revert "Add USER SET parameter values for pg_db_role_setting"