You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/sgml/release-14.sgml
+6-6
Original file line number
Diff line number
Diff line change
@@ -339,7 +339,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
339
339
-->
340
340
341
341
<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)
343
343
</para>
344
344
</listitem>
345
345
@@ -356,7 +356,7 @@ Remove server variable <varname>vacuum_cleanup_index_scale_factor</varname> (Pet
356
356
</para>
357
357
358
358
<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.
360
360
</para>
361
361
</listitem>
362
362
@@ -510,11 +510,11 @@ Author: Thomas Munro <tmunro@postgresql.org>
510
510
-->
511
511
512
512
<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)
514
514
</para>
515
515
516
516
<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.
518
518
</para>
519
519
</listitem>
520
520
@@ -559,7 +559,7 @@ Add Set Server Name Indication (<acronym>SNI</acronym>) for <acronym>SSL</acrony
559
559
</para>
560
560
561
561
<para>
562
-
This can be disabled by turning client option "sslsni" off.
562
+
This can be disabled by turning off client option "sslsni".
563
563
</para>
564
564
</listitem>
565
565
@@ -1439,7 +1439,7 @@ Author: Michael Paquier <michael@paquier.xyz>
1439
1439
-->
1440
1440
1441
1441
<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)
0 commit comments