mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
bd4ae0f396
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. |
||
---|---|---|
.. | ||
Makefile | ||
pg_prewarm--1.0.sql | ||
pg_prewarm.c | ||
pg_prewarm.control |