Doc: some more v13 release note tweaking.

Justin Pryzby

Discussion: https://postgr.es/m/20200910222705.GJ18552@telsasoft.com
This commit is contained in:
Tom Lane 2020-09-10 18:42:57 -04:00
parent 3965de54e7
commit 9892564121

View File

@ -131,7 +131,7 @@ Author: Thomas Munro <tmunro@postgresql.org>
</para> </para>
<programlisting> <programlisting>
SELECT round(sum(<replaceable>OLDVALUE</replaceable> / n::float)) FROM generate_series(1, <replaceable>OLDVALUE</replaceable>) s(n); SELECT round(sum(<replaceable>OLDVALUE</replaceable> / n::float)) AS newvalue FROM generate_series(1, <replaceable>OLDVALUE</replaceable>) s(n);
</programlisting> </programlisting>
</listitem> </listitem>
@ -775,8 +775,8 @@ Author: Noah Misch <noah@leadboat.com>
--> -->
<para> <para>
Allow skipping of <acronym>WAL</acronym> for <link Allow <acronym>WAL</acronym> writes to be skipped during a transaction
linkend="guc-full-page-writes">full table writes</link> if <xref that creates or rewrites a relation, if <xref
linkend="guc-wal-level"/> is <literal>minimal</literal> (Kyotaro linkend="guc-wal-level"/> is <literal>minimal</literal> (Kyotaro
Horiguchi) Horiguchi)
</para> </para>
@ -1006,8 +1006,8 @@ Author: Michael Paquier <michael@paquier.xyz>
<para> <para>
Add <structfield>leader_pid</structfield> to <xref Add <structfield>leader_pid</structfield> to <xref
linkend="pg-stat-activity-view"/> to report parallel worker ownership linkend="pg-stat-activity-view"/> to report a parallel worker's
(Julien Rouhaud) leader process (Julien Rouhaud)
</para> </para>
</listitem> </listitem>
@ -1261,8 +1261,9 @@ Author: Peter Eisentraut <peter@eisentraut.org>
--> -->
<para> <para>
Enable <link linkend="client-authentication">Unix-domain sockets</link> Enable support
support on Windows (Peter Eisentraut) for <link linkend="runtime-config-connection-settings">Unix-domain
sockets</link> on Windows (Peter Eisentraut)
</para> </para>
</listitem> </listitem>
@ -1390,8 +1391,8 @@ Author: Fujii Masao <fujii@postgresql.org>
--> -->
<para> <para>
Allow <acronym>WAL</acronym> recovery to continue even if invalid Allow recovery to continue even if invalid
pages are referenced (Fujii Masao) pages are referenced by <acronym>WAL</acronym> (Fujii Masao)
</para> </para>
<para> <para>