Skip to content

Commit 9892564

Browse files
committed
Doc: some more v13 release note tweaking.
Justin Pryzby Discussion: https://postgr.es/m/20200910222705.GJ18552@telsasoft.com
1 parent 3965de5 commit 9892564

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

doc/src/sgml/release-13.sgml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Author: Thomas Munro <tmunro@postgresql.org>
131131
</para>
132132

133133
<programlisting>
134-
SELECT round(sum(<replaceable>OLDVALUE</replaceable> / n::float)) FROM generate_series(1, <replaceable>OLDVALUE</replaceable>) s(n);
134+
SELECT round(sum(<replaceable>OLDVALUE</replaceable> / n::float)) AS newvalue FROM generate_series(1, <replaceable>OLDVALUE</replaceable>) s(n);
135135
</programlisting>
136136
</listitem>
137137

@@ -775,8 +775,8 @@ Author: Noah Misch <noah@leadboat.com>
775775
-->
776776

777777
<para>
778-
Allow skipping of <acronym>WAL</acronym> for <link
779-
linkend="guc-full-page-writes">full table writes</link> if <xref
778+
Allow <acronym>WAL</acronym> writes to be skipped during a transaction
779+
that creates or rewrites a relation, if <xref
780780
linkend="guc-wal-level"/> is <literal>minimal</literal> (Kyotaro
781781
Horiguchi)
782782
</para>
@@ -1006,8 +1006,8 @@ Author: Michael Paquier <michael@paquier.xyz>
10061006

10071007
<para>
10081008
Add <structfield>leader_pid</structfield> to <xref
1009-
linkend="pg-stat-activity-view"/> to report parallel worker ownership
1010-
(Julien Rouhaud)
1009+
linkend="pg-stat-activity-view"/> to report a parallel worker's
1010+
leader process (Julien Rouhaud)
10111011
</para>
10121012
</listitem>
10131013

@@ -1261,8 +1261,9 @@ Author: Peter Eisentraut <peter@eisentraut.org>
12611261
-->
12621262

12631263
<para>
1264-
Enable <link linkend="client-authentication">Unix-domain sockets</link>
1265-
support on Windows (Peter Eisentraut)
1264+
Enable support
1265+
for <link linkend="runtime-config-connection-settings">Unix-domain
1266+
sockets</link> on Windows (Peter Eisentraut)
12661267
</para>
12671268
</listitem>
12681269

@@ -1390,8 +1391,8 @@ Author: Fujii Masao <fujii@postgresql.org>
13901391
-->
13911392

13921393
<para>
1393-
Allow <acronym>WAL</acronym> recovery to continue even if invalid
1394-
pages are referenced (Fujii Masao)
1394+
Allow recovery to continue even if invalid
1395+
pages are referenced by <acronym>WAL</acronym> (Fujii Masao)
13951396
</para>
13961397

13971398
<para>

0 commit comments

Comments
 (0)