pgsql: libpq: Trace all NegotiateProtocolVersion fields - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: libpq: Trace all NegotiateProtocolVersion fields
Date
Msg-id E1tmbzP-000U5y-2e@gemulon.postgresql.org
Whole thread Raw
List 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@jeltef.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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: libpq: Add PQfullProtocolVersion to exports.txt
Next
From: Nathan Bossart
Date:
Subject: pgsql: Fix comment for MAX_BACKENDS.