pgsql: Use BUFFER_USAGE_LIMIT to reduce needed test table size - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Use BUFFER_USAGE_LIMIT to reduce needed test table size
Date
Msg-id E1pzMef-000NnJ-Ua@gemulon.postgresql.org
Whole thread Raw
List 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@gmail.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(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Revert "Add USER SET parameter values for pg_db_role_setting"
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix error message wordings