Add a regression test for contrib/pg_prewarm.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 1 Aug 2022 21:59:35 +0000 (17:59 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 1 Aug 2022 21:59:44 +0000 (17:59 -0400)
commit2865b4060a434855f90fda41f1b8f4bca7c55b0e
treebc34dd7f4beb1239b31df59ed83f87351ffcd1a2
parent3592e0ff98b130c428c1d8091fc61767f7608732
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
contrib/pg_prewarm/.gitignore [new file with mode: 0644]
contrib/pg_prewarm/Makefile
contrib/pg_prewarm/t/001_basic.pl [new file with mode: 0644]