Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: b2a667b9ee8ba8d54e92fddcb0ed8d30651be595
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2009-01-20T18:59:37Z
Releases: 8.4.0
Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should
be used instead of the normal exclusive lock, and make WAL redo functions
responsible for calling RestoreBkpBlocks(). They know better what kind of a
lock they need.

At the moment, this just moves things around with no functional change, but
makes the hot standby patch that's under review cleaner.

Files