Commit 7c7fd882 authored by Robert Haas's avatar Robert Haas

Mark up release notes using <link>.

Unlike <xref>, this actually works.
parent e5948e35
...@@ -619,11 +619,12 @@ ...@@ -619,11 +619,12 @@
<listitem> <listitem>
<para> <para>
Increase the maximum values for <varname>deadlock_timeout</>, Increase the maximum values for
<varname>max_standby_archive_delay</>, <link linkend="guc-deadlock-timeout"><varname>deadlock_timeout</varname></link>,
<varname>max_standby_streaming_delay</>, <link linkend="guc-max-standby-archive-delay"><varname>max_standby_archive_delay</varname></link>,
<varname>log_min_duration_statement</>, and <link linkend="guc-max-standby-streaming-delay"><varname>max_standby_streaming_delay</varname></link>,
<varname>log_autovacuum_min_duration</>. <link linkend="guc-log-min-duration-statement"><varname>log_min_duration_statement</varname></link>, and
<link linkend="guc-log-autovacuum-min-duration"><varname>log_autovacuum_min_duration</varname></link>.
</para> </para>
<para> <para>
...@@ -1074,9 +1075,9 @@ ...@@ -1074,9 +1075,9 @@
</para> </para>
<para> <para>
<command>ALTER TABLE INHERIT</> now takes a stronger lock on the <link linkend="sql-altertable"><command>ALTER TABLE</command></link>
parent table, so that both children do not try to update it now takes a stronger lock on the parent table, so that both children do
simultaneously. not try to update it simultaneously.
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment