Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3dbd2ff

Browse filesBrowse files
committed
Adjust wording of trace_connection_negotiation GUC's description
We're not very consistent about this across all the GUCs, but the "Logs ..." phrasing is more common than "Log ...", and is used by the neighboring "log_connections" and "log_disconnections" GUCs, so switch to that. Author: Kyotaro Horiguchi Discussion: https://www.postgresql.org/message-id/20240408.154010.1170771365226258348.horikyota.ntt@gmail.com
1 parent 9bd99f4 commit 3dbd2ff
Copy full SHA for 3dbd2ff

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/backend/utils/misc/guc_tables.c

Copy file name to clipboardExpand all lines: src/backend/utils/misc/guc_tables.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ struct config_bool ConfigureNamesBool[] =
12271227
},
12281228
{
12291229
{"trace_connection_negotiation", PGC_POSTMASTER, DEVELOPER_OPTIONS,
1230-
gettext_noop("Log details of pre-authentication connection handshake."),
1230+
gettext_noop("Logs details of pre-authentication connection handshake."),
12311231
NULL,
12321232
GUC_NOT_IN_SAMPLE
12331233
},

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.