• Andres Freund's avatar
    Add interrupt checks to contrib/pg_prewarm. · bd4ae0f3
    Andres Freund authored
    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.
    bd4ae0f3
pg_prewarm.c 5.56 KB