Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit3dbd2ff

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 theneighboring "log_connections" and "log_disconnections" GUCs, so switchto that.Author: Kyotaro HoriguchiDiscussion:https://www.postgresql.org/message-id/20240408.154010.1170771365226258348.horikyota.ntt@gmail.com
1 parent9bd99f4 commit3dbd2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp