diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-08-22 14:04:02 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-08-22 14:04:49 -0400 |
commit | 9e8f8ef1f072c6d990f334ffbb977eb7486c54f6 (patch) | |
tree | c6712e893c826e0d104eceb150c243d63d2f2d62 /src/backend/commands/constraint.c | |
parent | 3f9abab59021fff43dade76bfeea139ccbbb38dc (diff) | |
download | postgresql-9e8f8ef1f072c6d990f334ffbb977eb7486c54f6.tar.gz postgresql-9e8f8ef1f072c6d990f334ffbb977eb7486c54f6.zip |
Fix erroneous documentation of synchronous_commit = remote_write.
The docs claimed that this mode only waits for the standby to receive WAL
data, but actually it waits for the data to be written out to the standby's
OS; which is a pretty significant difference because it removes the risk of
crash of the walreceiver process.
Diffstat (limited to 'src/backend/commands/constraint.c')
0 files changed, 0 insertions, 0 deletions