release notes: implement suggestions
authorBruce Momjian <bruce@momjian.us>
Thu, 11 Jun 2015 15:11:43 +0000 (11:11 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 11 Jun 2015 15:11:43 +0000 (11:11 -0400)
Report by Michael Paquier

doc/src/sgml/release-9.5.sgml

index c4bc3163f1f3e1f07e1f4c260e31fcb987df1429..d4817acdee764e6ee529420444ded8ae89a5db13 100644 (file)
 
        <para>
         The remote snapshot must have been exported by
-        <function>pg_export_snapshot()</> or been defined as a
-        logical replication slot.  This can be used by parallel
+        <function>pg_export_snapshot()</> or been defined when creating
+        logical replication slot.  This can be used by parallel
         <application>pg_dump</> to use a consistent snapshot across
         <application>pg_dump</> processes.
        </para>
        </para>
 
        <para>
-        This allows external tools to more easily process <acronym>WAL</>
-        files.
+        This allows external tools to more easily track what blocks
+        are modified.
        </para>
       </listitem>
 
 
       <listitem>
        <para>
-        Add icons to all <productname>MSVC</>-built binaries (Noah Misch)
+        Add icons to all <productname>MSVC</>-built binaries and version
+        information to all <systemitem class="osname">MS Windows</>
+        binaries (Noah Misch)
        </para>
 
        <para>