From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Add a regression test for contrib/pg_prewarm. |
Date: | 2022-08-01 22:00:01 |
Message-ID: | E1oIdSC-002JT2-9U@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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(+)
From | Date | Subject | |
---|---|---|---|
Next Message | David Rowley | 2022-08-01 23:03:09 | pgsql: Relax overly strict rules in select_outer_pathkeys_for_merge() |
Previous Message | David Rowley | 2022-08-01 21:56:02 | pgsql: Have ExecFindPartition cache the last found partition |