Update 9.5 release notes through today.
authorTom Lane
Sat, 7 Nov 2015 22:09:04 +0000 (17:09 -0500)
committerTom Lane
Sat, 7 Nov 2015 22:09:04 +0000 (17:09 -0500)
doc/src/sgml/release-9.5.sgml

index 771ad0ca6fac80d8db90b0d3bc0e351ccc3b9530..64057c3f8a3ae56f4b0146062a2546f41501de76 100644 (file)
@@ -7,7 +7,7 @@
   
    Release Date
    2015-??-??
-   Current as of 2015-10-03
+   Current as of 2015-11-07
   
 
   
@@ -170,10 +170,11 @@ max_wal_size = (3 * checkpoint_segments) * 16MB
 
     
 
      
-      Remove server configuration
+      Disable server configuration
       parameter ssl_renegotiation_limit, which was deprecated
       in earlier releases (Andres Freund)
      
@@ -183,6 +184,9 @@ max_wal_size = (3 * checkpoint_segments) * 16MB
       bugs to be considered a net negative in practice, and it is due to be
       removed from future versions of the relevant standards.  We have
       therefore removed support for it from PostgreSQL.
+      The ssl_renegotiation_limit parameter still exists, but
+      cannot be set to anything but zero (disabled).  It's not documented
+      anymore, either.