docs: Fix protocol version 3.2 message format of CancelRequest

Magnus Hagander <magnus@hagander.net>

Commit: de2b62f4758786ae353baf161acb4a43dd9e0c8c
Author: Magnus Hagander <magnus@hagander.net>
Date: 2025-10-13T13:33:19Z
Releases: 18.1
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 <postgres@jeltef.nl>
Reported-by: Dmitry Igrishin <dmitigr@gmail.com>
Backpatch-through: 18

Files

PathChange+/−
doc/src/sgml/protocol.sgml modified +1 −1

Documentation touched