diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml
index e8f14bd4689..e7f6c935347 100644
--- a/doc/src/sgml/release-9.3.sgml
+++ b/doc/src/sgml/release-9.3.sgml
@@ -78,6 +78,13 @@
+
+
+ Add configuration variable lock_timeout to limit lock wait duration
+ (Zoltán Böszörményi)
+
+
+
Add cache of local locks (Jeff Janes)
@@ -345,13 +352,6 @@
-
-
- Add configuration variable lock_timeout to limit lock wait duration
- (Zoltán Böszörményi)
-
-
-
Allow a directory of configuration files to be processed (Magnus
@@ -518,8 +518,9 @@
- If you have WAL backup or restore scripts that took the skipping
- into account, they need to be adjusted.
+ Previously, WAL files ending in FF were not used. If you have
+ WAL backup or restore scripts that took that skipping into account,
+ they need to be adjusted.