• Robert Haas's avatar
    Allow discovery of whether a dynamic background worker is running. · 090d0f20
    Robert Haas authored
    Using the infrastructure provided by this patch, it's possible either
    to wait for the startup of a dynamically-registered background worker,
    or to poll the status of such a worker without waiting.  In either
    case, the current PID of the worker process can also be obtained.
    As usual, worker_spi is updated to demonstrate the new functionality.
    
    Patch by me.  Review by Andres Freund.
    090d0f20
bgworker.h 4.6 KB