From: Bruce Momjian Date: Thu, 11 Jun 2015 15:11:43 +0000 (-0400) Subject: release notes: implement suggestions X-Git-Tag: REL9_5_ALPHA1~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bab74070b325704f7b7a86c4bd72f9a6b3318ed7;p=thirdparty%2Fpostgresql.git release notes: implement suggestions Report by Michael Paquier --- diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml index c4bc3163f1f..d4817acdee7 100644 --- a/doc/src/sgml/release-9.5.sgml +++ b/doc/src/sgml/release-9.5.sgml @@ -1501,8 +1501,8 @@ The remote snapshot must have been exported by - pg_export_snapshot() or been defined as a - logical replication slot. This can be used by parallel + pg_export_snapshot() or been defined when creating + a logical replication slot. This can be used by parallel pg_dump to use a consistent snapshot across pg_dump processes. @@ -1617,8 +1617,8 @@ - This allows external tools to more easily process WAL - files. + This allows external tools to more easily track what blocks + are modified. @@ -1754,7 +1754,9 @@ - Add icons to all MSVC-built binaries (Noah Misch) + Add icons to all MSVC-built binaries and version + information to all MS Windows + binaries (Noah Misch)