• Robert Haas's avatar
    worker_spi: Initialize bgw_notify_pid in all cases. · 616afee1
    Robert Haas authored
    Commit 090d0f20 added new code showing
    how it can be useful to set bgw_notify_pid to a non-zero value, but it
    failed to make sure that the existing call to RegisterBackgroundWorker
    initialized the new field at all.
    
    Report and patch by Shigeru Hanada.
    616afee1
worker_spi.c 10.7 KB