aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2021-07-20 19:37:04 -0400
committerBruce Momjian <bruce@momjian.us>2021-07-20 19:37:04 -0400
commitf8d1333dec312f96673efc6314a0f1df99e38abc (patch)
treea59d75193c7767952da361ccf40c6e1c1713e908
parent899564e010abf216a90c48d9a1ce3728b8b00266 (diff)
downloadpostgresql-f8d1333dec312f96673efc6314a0f1df99e38abc.tar.gz
postgresql-f8d1333dec312f96673efc6314a0f1df99e38abc.zip
doc: PG 14 relnote adjustments
Reported-by: Elena Indrupskaya Discussion: https://postgr.es/m/38555778-a56b-4aca-2581-e05582fc9bcf@postgrespro.ru Author: Elena Indrupskaya Backpatch-through: 14 only
-rw-r--r--doc/src/sgml/release-14.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/release-14.sgml b/doc/src/sgml/release-14.sgml
index ecd074361c6..8182583be80 100644
--- a/doc/src/sgml/release-14.sgml
+++ b/doc/src/sgml/release-14.sgml
@@ -784,7 +784,7 @@ Author: Peter Geoghegan <pg@bowt.ie>
<para>
Reduce the default value of <xref
- linkend="guc-vacuum-cost-page-miss"/> to better reflects current
+ linkend="guc-vacuum-cost-page-miss"/> to better reflect current
hardware capabilities (Peter Geoghegan)
</para>
</listitem>
@@ -1440,7 +1440,7 @@ Author: Fujii Masao <fujii@postgresql.org>
<para>
Add system view <link
- linkend="monitoring-pg-stat-wal-view"><structname>pg_stat_wal</structname></link>
+ linkend="monitoring-pg-stat-wal-view"><structname>pg_stat_wal</structname></link>,
which reports <acronym>WAL</acronym> activity (Masahiro Ikeda)
</para>
</listitem>
@@ -1936,7 +1936,7 @@ Author: Michael Paquier <michael@paquier.xyz>
</para>
<para>
- 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.
</para>
</listitem>
@@ -2599,7 +2599,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
</para>
<para>
- Floating point data types already supported these.
+ Floating-point data types already supported these.
</para>
</listitem>
@@ -2610,7 +2610,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
-->
<para>
- Improve the accuracy of floating point computations involving
+ Improve the accuracy of floating-point computations involving
infinity (Tom Lane)
</para>
</listitem>