• Tom Lane's avatar
    Ensure BackgroundWorker struct contents are well-defined. · b6dd1271
    Tom Lane authored
    Coverity complained because bgw.bgw_extra wasn't being filled in by
    ApplyLauncherRegister().  The most future-proof fix is to memset the
    whole BackgroundWorker struct to zeroes.  While at it, let's apply the
    same coding rule to other places that set up BackgroundWorker structs;
    four out of five had the same or related issues.
    b6dd1271
worker_spi.c 10.8 KB