Restart bgworkers immediately after a crash-and-restart cycle.

Robert Haas <rhaas@postgresql.org>

Commit: 970d1f76d1600dfbdbd9cd88a9e2af113e253798
Author: Robert Haas <rhaas@postgresql.org>
Date: 2014-05-07T20:19:35Z
Releases: 9.4.0
Restart bgworkers immediately after a crash-and-restart cycle.

Just as we would start bgworkers immediately after an initial startup
of the server, we should restart them immediately when reinitializing.

Petr Jelinek and Robert Haas

Files