Add new replication mode synchronous_commit = 'write'.

Simon Riggs <simon@2ndQuadrant.com>

Commit: 443b4821f1649bc617c5ce1f6f3ffc65842a8930
Author: Simon Riggs <simon@2ndQuadrant.com>
Date: 2012-01-24T20:22:37Z
Releases: 9.2.0
Add new replication mode synchronous_commit = 'write'.
Replication occurs only to memory on standby, not to disk,
so provides additional performance if user wishes to
reduce durability level slightly. Adds concept of multiple
independent sync rep queues.

Fujii Masao and Simon Riggs

Files