mirror of https://github.com/postgres/postgres
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.pull/20/merge
parent
c7d225e227
commit
b6dd127128
Loading…
Reference in new issue