pgsql: docs: Fix protocol version 3.2 message format of CancelRequest - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: docs: Fix protocol version 3.2 message format of CancelRequest
Date
Msg-id E1v8IgD-001Ute-1z@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d3ba50db48e66be8804b9edf093b0f921d625425

Modified Files
--------------
doc/src/sgml/protocol.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Remove extra semicolon in example
Next
From: Tom Lane
Date:
Subject: pgsql: Fix issue with reading zero bytes in Gzip_read.