doc: PG 14 relnote adjustments
authorBruce Momjian
Tue, 20 Jul 2021 23:37:04 +0000 (19:37 -0400)
committerBruce Momjian
Tue, 20 Jul 2021 23:37:04 +0000 (19:37 -0400)
Reported-by: Elena Indrupskaya
Discussion: https://postgr.es/m/38555778-a56b-4aca-2581-e05582fc9bcf@postgrespro.ru

Author: Elena Indrupskaya

Backpatch-through: 14 only

doc/src/sgml/release-14.sgml

index ecd074361c66f517fcea63ae54b3fe18d448ce4d..8182583be80ac5b53d5dd9d00dd28cb02ea99b5b 100644 (file)
@@ -784,7 +784,7 @@ Author: Peter Geoghegan 
 
        
         Reduce the default value of 
-        linkend="guc-vacuum-cost-page-miss"/> to better reflects current
+        linkend="guc-vacuum-cost-page-miss"/> to better reflect current
         hardware capabilities (Peter Geoghegan)
        
       
@@ -1440,7 +1440,7 @@ Author: Fujii Masao 
 
        
         Add system view 
-        linkend="monitoring-pg-stat-wal-view">pg_stat_wal
+        linkend="monitoring-pg-stat-wal-view">pg_stat_wal,
         which reports WAL activity (Masahiro Ikeda)
        
       
@@ -1936,7 +1936,7 @@ Author: Michael Paquier 
       
 
       
-       Previously these functions could only be executed by super-users,
+       Previously these functions could only be executed by superusers,
        and this is still the default.
       
      
@@ -2599,7 +2599,7 @@ Author: Tom Lane 
       
 
       
-       Floating point data types already supported these.
+       Floating-point data types already supported these.
       
      
 
@@ -2610,7 +2610,7 @@ Author: Tom Lane 
 -->
 
       
-       Improve the accuracy of floating point computations involving
+       Improve the accuracy of floating-point computations involving
        infinity (Tom Lane)