Skip to content

Commit 4f586fe

Browse files
committed
doc: change PG 14 relnotes as suggested by Justin Pryzby
1 parent bdbb2ce commit 4f586fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/src/sgml/release-14.sgml

+6-6
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
339339
-->
340340

341341
<para>
342-
Force <link linkend="runtime-config-custom">custom server variable</link> names to match the pattern used for unquoted <acronym>SQL</acronym> identifiers (Tom Lane)
342+
Require <link linkend="runtime-config-custom">custom server variable</link> names to match the pattern used for unquoted <acronym>SQL</acronym> identifiers (Tom Lane)
343343
</para>
344344
</listitem>
345345

@@ -356,7 +356,7 @@ Remove server variable <varname>vacuum_cleanup_index_scale_factor</varname> (Pet
356356
</para>
357357

358358
<para>
359-
This setting was disabled in <productname>PostgreSQL</productname> version 13.3.
359+
This setting was ignored starting in <productname>PostgreSQL</productname> version 13.3.
360360
</para>
361361
</listitem>
362362

@@ -510,11 +510,11 @@ Author: Thomas Munro <tmunro@postgresql.org>
510510
-->
511511

512512
<para>
513-
Add long-running queries to be canceled if the client disconnects (Sergey Cherkashin, Thomas Munro)
513+
Allow long-running queries to be canceled if the client disconnects (Sergey Cherkashin, Thomas Munro)
514514
</para>
515515

516516
<para>
517-
The server variable <varname>client_connection_check_interval</varname> allows supporting operating systems, e.g., Linux, to automatically cancel queries by disconnected clients.
517+
The server variable <varname>client_connection_check_interval</varname> allows some supported operating systems to automatically cancel queries by disconnected clients.
518518
</para>
519519
</listitem>
520520

@@ -559,7 +559,7 @@ Add Set Server Name Indication (<acronym>SNI</acronym>) for <acronym>SSL</acrony
559559
</para>
560560

561561
<para>
562-
This can be disabled by turning client option "sslsni" off.
562+
This can be disabled by turning off client option "sslsni".
563563
</para>
564564
</listitem>
565565

@@ -1439,7 +1439,7 @@ Author: Michael Paquier <michael@paquier.xyz>
14391439
-->
14401440

14411441
<para>
1442-
Add %P to <varname>log_line_prefix</varname> to report the parallel group leader (Justin Pryzby)
1442+
Allow %P in <varname>log_line_prefix</varname> to report the parallel group leader (Justin Pryzby)
14431443
</para>
14441444
</listitem>
14451445

0 commit comments

Comments
 (0)