Re-enable max_standby_delay = -1 using deadlock detection on startup

Simon Riggs <simon@2ndQuadrant.com>

Commit: b95a720a487b5027af1b9e4a12542800598ff5de
Author: Simon Riggs <simon@2ndQuadrant.com>
Date: 2010-02-13T01:32:20Z
Releases: 9.0.0
Re-enable max_standby_delay = -1 using deadlock detection on startup
process. If startup waits on a buffer pin we send a request to all
backends to cancel themselves if they are holding the buffer pin
required and they are also waiting on a lock. If not, startup waits
until max_standby_delay before cancelling any backend waiting for
the requested buffer pin.

Files