9.3 release notes: adjustments per Alvaro
authorBruce Momjian
Wed, 24 Apr 2013 03:21:09 +0000 (23:21 -0400)
committerBruce Momjian
Wed, 24 Apr 2013 03:21:09 +0000 (23:21 -0400)
doc/src/sgml/release-9.3.sgml

index e8f14bd46892ac29a442b0cbf367656a1ddbfe57..e7f6c93534734ac1b1b705220a2d0e894d89b39a 100644 (file)
        
       
 
+      
+       
+        Add configuration variable lock_timeout to limit lock wait duration
+        (Zoltán Böszörményi)
+       
+      
+
       
        
         Add cache of local locks (Jeff Janes)
        
       
 
-      
-       
-        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
        
 
        
-        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.