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)