aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc_tables.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2024-04-08 12:14:20 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2024-04-08 12:14:20 +0300
commit3dbd2ff78654b2ac484a8d08ace788c492117894 (patch)
tree75ead738fd3d6b9a441869cf19ef228e4f1afe75 /src/backend/utils/misc/guc_tables.c
parent9bd99f4c26fe37b8ee2f199aa868a0e2fdba4c43 (diff)
downloadpostgresql-3dbd2ff78654b2ac484a8d08ace788c492117894.tar.gz
postgresql-3dbd2ff78654b2ac484a8d08ace788c492117894.zip
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
Diffstat (limited to 'src/backend/utils/misc/guc_tables.c')
-rw-r--r--src/backend/utils/misc/guc_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/guc_tables.c b/src/backend/utils/misc/guc_tables.c
index a527ffe0b02..72ee913dddd 100644
--- a/src/backend/utils/misc/guc_tables.c
+++ b/src/backend/utils/misc/guc_tables.c
@@ -1227,7 +1227,7 @@ struct config_bool ConfigureNamesBool[] =
},
{
{"trace_connection_negotiation", PGC_POSTMASTER, DEVELOPER_OPTIONS,
- gettext_noop("Log details of pre-authentication connection handshake."),
+ gettext_noop("Logs details of pre-authentication connection handshake."),
NULL,
GUC_NOT_IN_SAMPLE
},