-->
<para>
-Force <link linkend="runtime-config-custom">custom server variable</link> names to match the pattern used for unquoted <acronym>SQL</acronym> identifiers (Tom Lane)
+Require <link linkend="runtime-config-custom">custom server variable</link> names to match the pattern used for unquoted <acronym>SQL</acronym> identifiers (Tom Lane)
</para>
</listitem>
</para>
<para>
-This setting was disabled in <productname>PostgreSQL</productname> version 13.3.
+This setting was ignored starting in <productname>PostgreSQL</productname> version 13.3.
</para>
</listitem>
-->
<para>
-Add long-running queries to be canceled if the client disconnects (Sergey Cherkashin, Thomas Munro)
+Allow long-running queries to be canceled if the client disconnects (Sergey Cherkashin, Thomas Munro)
</para>
<para>
-The server variable <varname>client_connection_check_interval</varname> allows supporting operating systems, e.g., Linux, to automatically cancel queries by disconnected clients.
+The server variable <varname>client_connection_check_interval</varname> allows some supported operating systems to automatically cancel queries by disconnected clients.
</para>
</listitem>
</para>
<para>
-This can be disabled by turning client option "sslsni" off.
+This can be disabled by turning off client option "sslsni".
</para>
</listitem>
-->
<para>
-Add %P to <varname>log_line_prefix</varname> to report the parallel group leader (Justin Pryzby)
+Allow %P in <varname>log_line_prefix</varname> to report the parallel group leader (Justin Pryzby)
</para>
</listitem>