libpq: Trace all NegotiateProtocolVersion fields

Robert Haas <rhaas@postgresql.org>

Commit: e87c14b19ed458f6e07d2df338e5000453ad785d
Author: Robert Haas <rhaas@postgresql.org>
Date: 2025-02-24T17:06:21Z
Releases: 18.0
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

Files

PathChange+/−
src/interfaces/libpq/fe-trace.c modified +7 −1

Discussion