postgresql/contrib/pg_prewarm
Andres Freund 57b2e1049e Add interrupt checks to contrib/pg_prewarm.
Currently the extension's pg_prewarm() function didn't check
interrupts once it started "warming" data. Since individual calls can
take a long while it's important for them to be interruptible.

Backpatch to 9.4 where pg_prewarm was introduced.
2014-11-12 21:06:32 +01:00
..
Makefile pg_prewarm, a contrib module for prewarming relationd data. 2013-12-20 08:14:13 -05:00
pg_prewarm--1.0.sql pg_prewarm, a contrib module for prewarming relationd data. 2013-12-20 08:14:13 -05:00
pg_prewarm.c Add interrupt checks to contrib/pg_prewarm. 2014-11-12 21:06:32 +01:00
pg_prewarm.control pg_prewarm, a contrib module for prewarming relationd data. 2013-12-20 08:14:13 -05:00