pgsql: libpq: Trace all NegotiateProtocolVersion fields

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: libpq: Trace all NegotiateProtocolVersion fields
Date: 2025-02-24 17:11:32
Message-ID: E1tmbzP-000U5y-2e@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

libpq: Trace all NegotiateProtocolVersion fields

Previously, the names of the unsupported protocol options were not
traced. Since NegotiateProtocolVersion has not really been used yet,
that has not mattered much, but we hope to use it eventually, so let's
fix this.

Author: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
Discussion: https://postgr.es/m/CAGECzQTfc_O+HXqAo5_-xG4r3EFVsTefUeQzSvhEyyLDba-O9w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e87c14b19ed458f6e07d2df338e5000453ad785d

Modified Files
--------------
src/interfaces/libpq/fe-trace.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2025-02-24 21:02:20 pgsql: Fix comment for MAX_BACKENDS.
Previous Message Robert Haas 2025-02-24 16:57:56 pgsql: libpq: Add PQfullProtocolVersion to exports.txt