pgsql: Add a regression test for contrib/pg_prewarm.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add a regression test for contrib/pg_prewarm.
Дата
Msg-id E1oIdSC-002JT2-9U@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Have ExecFindPartition cache the last found partition
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Relax overly strict rules in select_outer_pathkeys_for_merge()