Adjust wording of trace_connection_negotiation GUC's description
authorHeikki Linnakangas <[email protected]>
Mon, 8 Apr 2024 09:14:20 +0000 (12:14 +0300)
committerHeikki Linnakangas <[email protected]>
Mon, 8 Apr 2024 09:14:20 +0000 (12:14 +0300)
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[email protected]

src/backend/utils/misc/guc_tables.c

index a527ffe0b02c5d24d936d3cb27a6c020d34e26d9..72ee913dddd84601c30054f26441c28f59252169 100644 (file)
@@ -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
        },