postgresql/src/test/regress
Alvaro Herrera bcdfa5f2e2
Rename SLRU elements in view pg_stat_slru
The new names are intended to match those in an upcoming patch that adds
a few GUCs to configure the SLRU buffer sizes.

Backwards compatibility concern: this changes the accepted names for
function pg_stat_slru_rest().  Since this function recognizes "any other
string" as a request to reset the entry for "other", this means that
calling it with the old names would silently reset "other" instead of
doing nothing or throwing an error.

Reviewed-by: Andrey M. Borodin <x4mmm@yandex-team.ru>
Discussion: https://postgr.es/m/202402261616.dlriae7b6emv@alvherre.pgsql
2024-02-28 09:39:52 +01:00
..
data
expected Rename SLRU elements in view pg_stat_slru 2024-02-28 09:39:52 +01:00
sql Rename SLRU elements in view pg_stat_slru 2024-02-28 09:39:52 +01:00
.gitignore
GNUmakefile Update copyright for 2024 2024-01-03 20:49:05 -05:00
Makefile
README
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
parallel_schedule Add temporal PRIMARY KEY and UNIQUE constraints 2024-01-24 16:34:37 +01:00
pg_regress.c Allow passing extra options to initdb for tests 2024-02-15 10:29:18 +01:00
pg_regress.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_regress_main.c Use extensible buffers to assemble command lines 2024-02-11 09:27:48 +01:00
regress.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
regressplans.sh
resultmap Remove HP-UX port. 2022-07-08 14:05:05 +12:00

README

Documentation concerning how to run these regression tests and interpret
the results can be found in the PostgreSQL manual, in the chapter
"Regression Tests".