pgsql: Adjust wording of trace_connection_negotiation GUC's description

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Adjust wording of trace_connection_negotiation GUC's description
Date: 2024-04-08 09:14:32
Message-ID: E1rtl5D-0016UI-V6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3dbd2ff78654b2ac484a8d08ace788c492117894

Modified Files
--------------
src/backend/utils/misc/guc_tables.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-04-08 09:15:05 Re: pgsql: Enhance libpq encryption negotiation tests with new GUC
Previous Message Alexander Korotkov 2024-04-08 09:11:29 Re: pgsql: Custom reloptions for table AM