pgsql: Add a regression test for contrib/pg_prewarm. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add a regression test for contrib/pg_prewarm.
Date
Msg-id E1oIdSC-002JT2-9U@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add a regression test for contrib/pg_prewarm.

We had a little bit of coverage here thanks to e2f65f425,
but not enough; notably, autoprewarm wasn't exercised at all.

Dong Wook Lee, with help from Julien Rouhaud and myself

Discussion: https://postgr.es/m/20220629053812.mifmdrch5iuasg2s@home-desktop

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2865b4060a434855f90fda41f1b8f4bca7c55b0e

Modified Files
--------------
contrib/pg_prewarm/.gitignore     |  4 +++
contrib/pg_prewarm/Makefile       |  2 ++
contrib/pg_prewarm/t/001_basic.pl | 58 +++++++++++++++++++++++++++++++++++++++
3 files changed, 64 insertions(+)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Have ExecFindPartition cache the last found partition
Next
From: David Rowley
Date:
Subject: pgsql: Relax overly strict rules in select_outer_pathkeys_for_merge()