libpq: Trace responses to SSLRequest and GSSENCRequest
Alvaro Herrera <alvherre@alvh.no-ip.org>
libpq: Trace responses to SSLRequest and GSSENCRequest Since these are single bytes instead of v2 or v3 messages they need custom tracing logic. These "messages" don't even have official names in the protocol specification, so I (Jelte) called them SSLResponse and GSSENCResponse here. Author: Jelte Fennema-Nio <postgres@jeltef.nl> Discussion: https://postgr.es/m/CAGECzQSoPHtZ4xe0raJ6FYSEiPPS+YWXBhOGo+Y1YecLgknF3g@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/fe-connect.c | modified | +14 −0 |
| src/interfaces/libpq/fe-trace.c | modified | +20 −0 |
| src/interfaces/libpq/libpq-int.h | modified | +2 −0 |
Discussion
- libpq: Fix lots of discrepancies in PQtrace 14 messages · 2024-06-21 → 2024-08-16