Re: CancelRequest(F) documentation.

2025-10-18 Thread Jelte Fennema-Nio
On Tue Oct 7, 2025 at 6:08 PM CEST, Dmitry Igrishin wrote: CancelRequest(F) documentation at https://www.postgresql.org/docs/18/protocol-message-formats.html#PROTOCOL-MESSAGE-FORMATS-CANCELREQUEST seems to be inconsistent for protocol 3.2. It is stated here that the length of the message is

Re: CancelRequest(F) documentation.

2025-10-18 Thread Magnus Hagander
On Mon, 13 Oct 2025 at 11:57, Jelte Fennema-Nio wrote: > On Tue Oct 7, 2025 at 6:08 PM CEST, Dmitry Igrishin wrote: > > CancelRequest(F) documentation at > > > https://www.postgresql.org/docs/18/protocol-message-formats.html#PROTOCOL-MESSAGE-FORMATS-CANCELREQUEST > > seem

CancelRequest(F) documentation.

2025-10-07 Thread Dmitry Igrishin
Hello, CancelRequest(F) documentation at https://www.postgresql.org/docs/18/protocol-message-formats.html#PROTOCOL-MESSAGE-FORMATS-CANCELREQUEST seems to be inconsistent for protocol 3.2. It is stated here that the length of the message is always 16 bytes (specified as Int32(16)), however the