pgsql: docs: Fix protocol version 3.2 message format of CancelRequest

2025-10-18 Thread Magnus Hagander
docs: Fix protocol version 3.2 message format of CancelRequest Since protocol version 3.2 the CancelRequest does not have a fixed size length anymore. The protocol docs still listed the length field to be a constant number though. This fixes that. Author: Jelte Fennema-Nio Reported-by: Dmitry Ig

pgsql: docs: Fix protocol version 3.2 message format of CancelRequest

2025-10-18 Thread Magnus Hagander
docs: Fix protocol version 3.2 message format of CancelRequest Since protocol version 3.2 the CancelRequest does not have a fixed size length anymore. The protocol docs still listed the length field to be a constant number though. This fixes that. Author: Jelte Fennema-Nio Reported-by: Dmitry Ig