-->
-
Force
custom server variable names to match the pattern used for unquoted
SQL identifiers (Tom Lane)
+
Require
custom server variable names to match the pattern used for unquoted
SQL identifiers (Tom Lane)
-This setting was
disabled in
PostgreSQL version 13.3.
+This setting was
ignored starting in
PostgreSQL version 13.3.
-->
-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)
-The server variable client_connection_check_interval allows supporting operating systems, e.g., Linux, to automatically cancel queries by disconnected clients.
+The server variable client_connection_check_interval allows some supported operating systems to automatically cancel queries by disconnected clients.
-This can be disabled by turning client option "sslsni" off.
+This can be disabled by turning off client option "sslsni".
-->
-Add %P to log_line_prefix to report the parallel group leader (Justin Pryzby)
+Allow %P in log_line_prefix to report the parallel group leader (Justin Pryzby)