diff --git a/doc/xml/reference.xml b/doc/xml/reference.xml
index dd1c0ada6..7ada2b555 100644
--- a/doc/xml/reference.xml
+++ b/doc/xml/reference.xml
@@ -406,9 +406,9 @@
Copy WAL segments needed for consistency to the backup.
- This slightly paranoid option protects against corruption or premature expiration in the WAL segment archive by storing the WAL segments directly in the backup. PITR won't be possible without the WAL segment archive and this option also consumes more space.
+ This slightly paranoid option protects against corruption in the WAL segment archive by storing the WAL segments required for consistency directly in the backup. WAL segments are still stored in the archive so this option will use additional space.
- Even though WAL segments will be restored with the backup, will ignore them if a recovery.conf file exists and instead use archive_command to fetch WAL segments. Specifying type=none when restoring will not create recovery.conf and force to use the WAL segments in pg_xlog/pg_wal. This will get the database cluster to a consistent state.
+ On restore, the WAL segments will be present in pg_xlog/pg_wal and will use them in preference to calling the restore_command.y
diff --git a/doc/xml/release.xml b/doc/xml/release.xml
index 6ef7ad149..1f90eded4 100644
--- a/doc/xml/release.xml
+++ b/doc/xml/release.xml
@@ -78,6 +78,12 @@
+
+
+