@@ -131,7 +131,7 @@ Author: Thomas Munro <tmunro@postgresql.org>
131
131
</para>
132
132
133
133
<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);
135
135
</programlisting>
136
136
</listitem>
137
137
@@ -775,8 +775,8 @@ Author: Noah Misch <noah@leadboat.com>
775
775
-->
776
776
777
777
<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
780
780
linkend="guc-wal-level"/> is <literal>minimal</literal> (Kyotaro
781
781
Horiguchi)
782
782
</para>
@@ -1006,8 +1006,8 @@ Author: Michael Paquier <michael@paquier.xyz>
1006
1006
1007
1007
<para>
1008
1008
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)
1011
1011
</para>
1012
1012
</listitem>
1013
1013
@@ -1261,8 +1261,9 @@ Author: Peter Eisentraut <peter@eisentraut.org>
1261
1261
-->
1262
1262
1263
1263
<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)
1266
1267
</para>
1267
1268
</listitem>
1268
1269
@@ -1390,8 +1391,8 @@ Author: Fujii Masao <fujii@postgresql.org>
1390
1391
-->
1391
1392
1392
1393
<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)
1395
1396
</para>
1396
1397
1397
1398
<para>
0 commit comments