Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3dbd2ff

Browse 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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/misc/guc_tables.c

+1-1
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)