postgresql/contrib/pg_prewarm
Thomas Munro 3a352df05e Use streaming I/O in pg_prewarm.
Instead of calling ReadBuffer() repeatedly, use the new streaming
interface.  This commit provides a very simple example of such a
transformation.

Discussion: https://postgr.es/m/CA+hUKGJkOiOCa+mag4BF+zHo7qo=o9CFheB8=g6uT5TUm2gkvA@mail.gmail.com
2024-04-03 00:57:34 +13:00
..
t
.gitignore
autoprewarm.c Replace calls to pg_qsort() with the qsort() macro. 2024-02-16 11:37:50 -06:00
Makefile
meson.build
pg_prewarm--1.0--1.1.sql
pg_prewarm--1.1--1.2.sql
pg_prewarm--1.1.sql
pg_prewarm.c Use streaming I/O in pg_prewarm. 2024-04-03 00:57:34 +13:00
pg_prewarm.control